From 232a2f926767781f8ef56ed2f3befa4fad1619bf Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 8 Jul 2021 09:46:39 +0200 Subject: [PATCH] Switch build type only release branches should build releases --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0bc57a..e313fae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: variables: DOCKER_IMAGE_BASE: registry.icinga.com/build-docker - #ICINGA_BUILD_TYPE: snapshot + ICINGA_BUILD_TYPE: snapshot #ICINGA_BUILD_UPSTREAM_BRANCH: .build: &build @@ -170,4 +170,4 @@ test/opensuse/15.2: upload/openSUSE/15.2: <<: *upload dependencies: - - build/opensuse/15.2 \ No newline at end of file + - build/opensuse/15.2