Loading .gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -130,7 +130,6 @@ cache: stages: # List of stages for jobs, and their order of execution - config - build - test - deploy Loading @@ -139,7 +138,7 @@ stages: # List of stages for jobs, and their order of execution - release config-job: # This job runs in the build stage, which runs first. stage: config stage: .pre extends: - main-branch-key - dev-branch-key Loading Loading
.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -130,7 +130,6 @@ cache: stages: # List of stages for jobs, and their order of execution - config - build - test - deploy Loading @@ -139,7 +138,7 @@ stages: # List of stages for jobs, and their order of execution - release config-job: # This job runs in the build stage, which runs first. stage: config stage: .pre extends: - main-branch-key - dev-branch-key Loading