Fix snapshots
This commit is contained in:
parent
71589bb777
commit
b3612ba8a2
|
@ -5,8 +5,8 @@ stages:
|
|||
|
||||
variables:
|
||||
DOCKER_IMAGE_BASE: registry.icinga.com/build-docker
|
||||
#ICINGA_BUILD_TYPE: snapshot
|
||||
#ICINGA_BUILD_UPSTREAM_BRANCH: 7.0.5
|
||||
ICINGA_BUILD_TYPE: snapshot
|
||||
ICINGA_BUILD_UPSTREAM_BRANCH: 7.0.5
|
||||
|
||||
.build: &build
|
||||
stage: build
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
spectool -g redis.spec
|
||||
|
||||
package_version="7.0.2"
|
||||
package_version="7.0.5"
|
||||
commit="bogus"
|
||||
tarball="redis-7.0.2.tar.gz"
|
||||
tarball="redis-7.0.5.tar.gz"
|
||||
branch="bogus"
|
||||
|
||||
printf '%s\t%s\t%s\t%s' \
|
||||
|
|
Loading…
Reference in New Issue