Fixed tag URL

This commit is contained in:
Zakary Timson 2022-09-13 23:27:49 +00:00
parent 2966f642ab
commit d5960bdaf6

View File

@ -75,7 +75,7 @@ tag:
entrypoint: [ "" ] entrypoint: [ "" ]
cache: [ ] cache: [ ]
before_script: before_script:
- git remote set-url origin http://gitlab-ci-token:$DEPLOY_TOKEN@gitlab.psdcitywide.com/$CI_PROJECT_PATH.git - git remote set-url origin http://gitlab-ci-token:$DEPLOY_TOKEN@gitlab.zakscode.com/$CI_PROJECT_PATH.git
script: script:
- VERSION=$(cat package.json | grep version | grep -Eo ':.+' | grep -Eo '[[:alnum:]\.\/\-]+') - VERSION=$(cat package.json | grep version | grep -Eo ':.+' | grep -Eo '[[:alnum:]\.\/\-]+')
- git tag -f $VERSION $CI_COMMIT_SHA - git tag -f $VERSION $CI_COMMIT_SHA