fix stupid quote
This commit is contained in:
parent
80790cb26e
commit
7bca378be7
1 changed files with 1 additions and 1 deletions
|
@ -124,6 +124,6 @@ github:
|
||||||
stage: release
|
stage: release
|
||||||
script:
|
script:
|
||||||
- apk add git
|
- 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 tag $TAG
|
||||||
- git push --tags
|
- git push --tags
|
Loading…
Reference in a new issue