Fix git not being accessible in version container

This commit is contained in:
Daniel_I_Am 2020-08-16 21:48:01 +02:00
parent e1e898981b
commit 539e6ec78e
No known key found for this signature in database
GPG Key ID: 80C428FCC9743E84

View File

@ -41,6 +41,7 @@ version:
- docker - docker
- hawkeye - hawkeye
script: script:
- 'apk add git'
- 'git describe --tags > version' - 'git describe --tags > version'
artifacts: artifacts:
paths: paths: