Loading .gitlab-ci.yml +16 −1 Original line number Diff line number Diff line build-job: stage: build script: - echo "Hello, $GITLAB_USER_LOGIN!" No newline at end of file - 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 ..." No newline at end of file Loading
.gitlab-ci.yml +16 −1 Original line number Diff line number Diff line build-job: stage: build script: - echo "Hello, $GITLAB_USER_LOGIN!" No newline at end of file - 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 ..." No newline at end of file