Remove newline from version

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

View File

@ -41,8 +41,8 @@ version:
- docker - docker
- hawkeye - hawkeye
script: script:
- 'apk add git' - 'apk add git tr'
- 'git describe --tags > version' - 'git describe --tags | tr -d "\n" > version'
artifacts: artifacts:
paths: paths:
- version - version