From 88c5087e3cb453bc3bcfa465609ff155c52fe95e Mon Sep 17 00:00:00 2001 From: Henrik Triem Date: Thu, 30 Jun 2022 06:28:43 +0200 Subject: [PATCH] Fix get_snapshot --- .gitlab-ci.yml | 4 ++-- get_snapshot | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 422cee2..631b202 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,8 @@ stages: variables: DOCKER_IMAGE_BASE: registry.icinga.com/build-docker - #ICINGA_BUILD_TYPE: snapshot - #ICINGA_BUILD_UPSTREAM_BRANCH: + ICINGA_BUILD_TYPE: snapshot + ICINGA_BUILD_UPSTREAM_BRANCH: .build: &build stage: build diff --git a/get_snapshot b/get_snapshot index 934bc9e..ec8e6a6 100755 --- a/get_snapshot +++ b/get_snapshot @@ -24,7 +24,7 @@ done : ${PROJECT:=L10n} : ${UPSTREAM_GIT_URL:=https://github.com/Icinga/$PROJECT.git} -: ${UPSTREAM_GIT_BRANCH:=master} +: ${UPSTREAM_GIT_BRANCH:=main} set -x