Skip to content
Snippets Groups Projects
Commit b26c5e5e authored by Simon Piette's avatar Simon Piette
Browse files

build-system: fix tag conditional

Refs #55550

Change-Id: Ie5beacded9dd37b83401958202ec24c7511fb444
parent 556d9ecf
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ echo "Update reference sources"
git checkout . && git checkout -f master && git pull
# Get the version
if [ -n $TAG ]; then
if [ -n "$TAG" ]; then
CURRENT_RELEASE_TAG_NAME="$TAG"
else
CURRENT_RELEASE_TAG_NAME=`git describe --tags --abbrev=0`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment