Loading .gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -154,6 +154,9 @@ build-job: # This job runs in the build stage, which runs first. stage: build rules: - !reference [.default_rules, rules] needs: - job: config-job artifacts: false script: - echo "Compiling the code..." - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env Loading Loading
.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -154,6 +154,9 @@ build-job: # This job runs in the build stage, which runs first. stage: build rules: - !reference [.default_rules, rules] needs: - job: config-job artifacts: false script: - echo "Compiling the code..." - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env Loading