git is very strange

master
Andrew Cassidy 2 years ago
parent ee58bda08a
commit 6597be58a7

@ -14,7 +14,7 @@ def run():
g = gp.Git(basedir)
release = True
tag, distance, sha = g.execute(["git", "describe"]).split("-")
tag, distance, sha = g.execute(["git", "describe" "--tags"]).split("-")
if int(distance) > 0:
release = False

Loading…
Cancel
Save