fix stupid quote

This commit is contained in:
Nicholas St. Germain 2019-10-07 12:12:22 -05:00
parent 80790cb26e
commit 7bca378be7
No known key found for this signature in database
GPG key ID: 291EE25B239FA5EE

View file

@ -124,6 +124,6 @@ github:
stage: release
script:
- apk add git
- git remote set-url origin "https://$GITHUB_USER:$GITHUB_TOKEN@github.com/$CI_PROJECT_PATH".git"
- git remote set-url origin "https://$GITHUB_USER:$GITHUB_TOKEN@github.com/$CI_PROJECT_PATH.git"
- git tag $TAG
- git push --tags