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
- hawkeye
script:
- 'apk add git'
- 'git describe --tags > version'
- 'apk add git tr'
- 'git describe --tags | tr -d "\n" > version'
artifacts:
paths:
- version