Try to fetch tags for versioning, mk. 4

This commit is contained in:
TheAssassin
2018-01-26 21:53:58 +01:00
parent 28c98dd72b
commit d28481c812
+1
View File
@@ -14,6 +14,7 @@ before_install:
before_script:
# populate tags
- git fetch origin
- git fetch --unshallow
- git rev-list --tags --skip=1 --max-count=1
- git describe --tags $(git rev-list --tags --skip=1 --max-count=1) --abbrev=0