version: fix path for git describe of version for redo
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
ver=$(git describe | sed 's/^v//')
|
ver=$(cd ../.. && git describe | sed 's/^v//')
|
||||||
if [ "$ver" = "${ver%-*}" ]; then
|
if [ "$ver" = "${ver%-*}" ]; then
|
||||||
# no sub-version. ie. it's 0.05 and not 0.05-341
|
# no sub-version. ie. it's 0.05 and not 0.05-341
|
||||||
# so add a sub-version.
|
# so add a sub-version.
|
||||||
|
|||||||
Reference in New Issue
Block a user