Skip to content
Snippets Groups Projects
Commit 26ab0c86 authored by David Adam's avatar David Adam
Browse files

build-fish-nightlies.zsh: use annotated and not lightweight tags

parent 39e478a2
Branches
No related merge requests found
......@@ -45,7 +45,7 @@ UPSTREAM_SHA=`git rev-parse --short origin/master`
git checkout master
git merge origin/master
VERSION=`git describe --tags --dirty 2>/dev/null`
VERSION=`git describe --dirty 2>/dev/null`
MASTER_SHA=`git rev-parse --short master`
RPMVERSION=`echo $VERSION |sed 's/-/+/
s/-/./'`
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment