From ae702a13f331f18f7e306c1ac689c270a73f6089 Mon Sep 17 00:00:00 2001 From: Noah Hilverling <noah.hilverling@icinga.com> Date: Fri, 17 Apr 2020 12:36:58 +0200 Subject: [PATCH] Set build type to snapshot --- .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