mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +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
|
||||
# no sub-version. ie. it's 0.05 and not 0.05-341
|
||||
# so add a sub-version.
|
||||
|
Loading…
x
Reference in New Issue
Block a user