From 74427fcebbf3facfeb956755535d2fbf0dc8c688 Mon Sep 17 00:00:00 2001 From: Magnus Toneby <magnus.toneby@liu.se> Date: Fri, 12 Apr 2024 10:18:58 +0200 Subject: [PATCH] dont run puppet environment deployment when the branch starts with new-module- --- r10k-pipline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/r10k-pipline.yaml b/r10k-pipline.yaml index 90de7c7..1585ec3 100644 --- a/r10k-pipline.yaml +++ b/r10k-pipline.yaml @@ -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 -- GitLab