Loading .gitlab-ci.yml +0 −3 Original line number Diff line number Diff line Loading @@ -153,9 +153,6 @@ 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 +0 −3 Original line number Diff line number Diff line Loading @@ -153,9 +153,6 @@ 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