Skip to content
Snippets Groups Projects
Commit bb1f997e authored by Noah Hilverling's avatar Noah Hilverling
Browse files

Force build version

parent 184a0bbf
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ stages:
variables:
DOCKER_IMAGE_BASE: registry.icinga.com/build-docker
ICINGA_BUILD_TYPE: release
ICINGA_BUILD_TYPE: snapshot
#ICINGA_BUILD_TYPE: release
#ICINGA_BUILD_RELEASE_TYPE:
ICINGA_BUILD_UPSTREAM_BRANCH: nh-2.11.6-prerelease-build
......
......@@ -56,7 +56,7 @@ if [ -z "$UPSTREAM_GIT_NOREPO" ]; then
fi
fi
git_version=$(git describe --tags "${UPSTREAM_GIT_BRANCH}")
git_version="v2.11.6-5-gc4ec37ba4"
package_version=$(echo "$git_version" | sed -e 's/^v//' -e 's/-/./g')
tarball="${workdir}/${PROJECT}-${package_version}.tar"
......
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