Try to fetch tags for versioning, mk. 3
This commit is contained in:
@@ -14,6 +14,8 @@ before_install:
|
||||
before_script:
|
||||
# populate tags
|
||||
- git fetch origin
|
||||
- git rev-list --tags --skip=1 --max-count=1
|
||||
- git describe --tags $(git rev-list --tags --skip=1 --max-count=1) --abbrev=0
|
||||
|
||||
script:
|
||||
- ./tests/tests-ci.sh
|
||||
|
||||
Reference in New Issue
Block a user