Skip to content
Snippets Groups Projects
Commit 5340f15f authored by Johannes Meyer's avatar Johannes Meyer
Browse files

Build snapshots

parent 23df3a3a
No related branches found
No related tags found
No related merge requests found
Pipeline #24977 passed
...@@ -6,7 +6,7 @@ stages: ...@@ -6,7 +6,7 @@ stages:
variables: variables:
DOCKER_IMAGE_BASE: registry.icinga.com/build-docker DOCKER_IMAGE_BASE: registry.icinga.com/build-docker
CI_SKIP_USCAN: "yes" CI_SKIP_USCAN: "yes"
#ICINGA_BUILD_TYPE: snapshot ICINGA_BUILD_TYPE: snapshot
#ICINGA_BUILD_UPSTREAM_BRANCH: #ICINGA_BUILD_UPSTREAM_BRANCH:
.build: &build .build: &build
......
#!/bin/bash
PROJECT='icinga-php-common'
package_version="1.0.0"
commit=$(date +%s)
tarball="icinga-php-common_empty.orig.tar.gz"
branch="bogus"
printf '%s\t%s\t%s\t%s' \
"${package_version}" \
"${commit}" \
"${tarball}" \
"${branch}" \
> "${PROJECT}.version"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment