mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-21 06:01:42 +00:00
version: fix path for git describe of version for redo
This commit is contained in:
parent
a1fbf25f77
commit
1f1dc3ad14
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user