Fix get_snapshot
This commit is contained in:
parent
454c9ffd1e
commit
88c5087e3c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue