From 2c8fe4e6195abc930b2afe930caef5131e40f9a1 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 29 Dec 2022 18:29:27 +0100 Subject: [PATCH] Removing branch develop from package building and signing --- gitlab/build-template-python.yaml | 1 - gitlab/sign-template.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/gitlab/build-template-python.yaml b/gitlab/build-template-python.yaml index d68fa71..087d88c 100644 --- a/gitlab/build-template-python.yaml +++ b/gitlab/build-template-python.yaml @@ -37,7 +37,6 @@ variables: - if: $CI_COMMIT_BRANCH == "test" - if: $CI_COMMIT_BRANCH =~ /test-.*/ - if: $CI_COMMIT_BRANCH =~ /build.*/ - - if: $CI_COMMIT_BRANCH == "develop" tags: - docker cache: diff --git a/gitlab/sign-template.yaml b/gitlab/sign-template.yaml index 741a976..911a6cd 100644 --- a/gitlab/sign-template.yaml +++ b/gitlab/sign-template.yaml @@ -21,7 +21,6 @@ variables: - if: $CI_COMMIT_BRANCH == "test" - if: $CI_COMMIT_BRANCH =~ /test-.*/ - if: $CI_COMMIT_BRANCH =~ /build.*/ - - if: $CI_COMMIT_BRANCH == "develop" tags: - docker artifacts: -- 2.39.5