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

Fix git version

parent a1fe1c89
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ variables:
ICINGA_BUILD_TYPE: snapshot
#ICINGA_BUILD_TYPE: release
ICINGA_BUILD_UPSTREAM_BRANCH: nh/build-2.11.6-http-logging-and-sql-programstatus-fixes
ICINGA_FORCE_VERSION: v2.11.6-5-gc4ec37ba4
.build: &build
stage: 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