Skip to content
Snippets Groups Projects
Commit 74427fce authored by Magnus Toneby's avatar Magnus Toneby
Browse files

dont run puppet environment deployment when the branch starts with new-module-

parent 93dc3941
No related branches found
No related tags found
No related merge requests found
......@@ -82,4 +82,6 @@ Puppet environment deploy:
when: never
- if: $CI_COMMIT_REF_PROTECTED == "false"
when: never
- if: $CI_COMMIT_BRANCH =~ /^new-module-/
when: never
- when: on_success
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment