Loading .gitlab-ci.yml 0 → 100644 +7 −0 Original line number Diff line number Diff line stages: # List of stages for jobs, and their order of execution - build build-job: # This job runs in the build stage, which runs first. stage: build script: - echo "This should compile the code ... eventually ..." No newline at end of file Loading
.gitlab-ci.yml 0 → 100644 +7 −0 Original line number Diff line number Diff line stages: # List of stages for jobs, and their order of execution - build build-job: # This job runs in the build stage, which runs first. stage: build script: - echo "This should compile the code ... eventually ..." No newline at end of file