Loading .gitlab-ci.yml +0 −20 Original line number Diff line number Diff line Loading @@ -5,26 +5,6 @@ stages: - test - deploy build-job: stage: build script: - echo "I'm building something ..." test-job-1: stage: test script: - echo "I'm testing something ..." test-job-2: stage: test script: - echo "I'm testing something, too ..." deploy-job: stage: deploy script: - echo "I'm deploying something ..." pages: stage: deploy tags: Loading Loading
.gitlab-ci.yml +0 −20 Original line number Diff line number Diff line Loading @@ -5,26 +5,6 @@ stages: - test - deploy build-job: stage: build script: - echo "I'm building something ..." test-job-1: stage: test script: - echo "I'm testing something ..." test-job-2: stage: test script: - echo "I'm testing something, too ..." deploy-job: stage: deploy script: - echo "I'm deploying something ..." pages: stage: deploy tags: Loading