From 8bb9362b2e9cd9b136d4aae6af2360d437c277e1 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 18 Oct 2019 07:44:56 +0200 Subject: [PATCH] Switch build type for 2.7.3-1 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 709bc92..17ecab7 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 -- GitLab