Loading .gitlab-ci.yml +12 −0 Original line number Diff line number Diff line Loading @@ -804,6 +804,18 @@ fail-pipeline-if-in-draft: - echo "Your MR is still in Draft state, set it to ready to be mergable, then retrigger the pipeline." - exit 1 # this branch runs on merges to main-pc only and will fail if the branch itself does not conform to the naming conventions check-naming-of-branch-for-main-pc-merges: extends: - .rules-merge-request-to-main-pc stage: prevalidate tags: - ivas-basop-linux script: - *update-scripts-repo - ci/get_float_ref_branch_name.sh # --------------------------------------------------------------- # verification jobs # --------------------------------------------------------------- Loading Loading
.gitlab-ci.yml +12 −0 Original line number Diff line number Diff line Loading @@ -804,6 +804,18 @@ fail-pipeline-if-in-draft: - echo "Your MR is still in Draft state, set it to ready to be mergable, then retrigger the pipeline." - exit 1 # this branch runs on merges to main-pc only and will fail if the branch itself does not conform to the naming conventions check-naming-of-branch-for-main-pc-merges: extends: - .rules-merge-request-to-main-pc stage: prevalidate tags: - ivas-basop-linux script: - *update-scripts-repo - ci/get_float_ref_branch_name.sh # --------------------------------------------------------------- # verification jobs # --------------------------------------------------------------- Loading