From 50ea97b3f18da598954b118ef982184a18a5838b Mon Sep 17 00:00:00 2001
From: Michael Friedrich <michael.friedrich@icinga.com>
Date: Fri, 25 Oct 2019 09:36:01 +0200
Subject: [PATCH] Set ICINGA_BUILD_TYPE to snapshot again

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bb6f1e0..e556ee1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ stages:
 variables:
   DOCKER_IMAGE_BASE: registry.icinga.com/build-docker
   #ICINGA_BUILD_RELEASE_TYPE: testing
-  ICINGA_BUILD_TYPE: release
+  ICINGA_BUILD_TYPE: snapshot
 
 .source: &source
   stage: source
-- 
GitLab