Fix get_snapshot

This commit is contained in:
Henrik Triem 2022-06-30 06:28:43 +02:00
parent 454c9ffd1e
commit 88c5087e3c
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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