Removed need for production branch

This commit is contained in:
Zakary Timson 2022-05-03 18:04:53 +00:00
parent 6686875f3f
commit 6e8a95bae4

View File

@ -73,7 +73,7 @@ tag:
entrypoint: [ "" ] entrypoint: [ "" ]
cache: [ ] cache: [ ]
before_script: before_script:
- git remote set-url origin "http://gitlab-ci-token:$DEPLOY_TOKEN@$CI_SERVER_HOST/$CI_PROJECT_PATH.git" - git remote set-url origin http://gitlab-ci-token:$DEPLOY_TOKEN@gitlab.psdcitywide.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
@ -91,4 +91,4 @@ production:
name: Production name: Production
url: https://zakscode.com url: https://zakscode.com
rules: rules:
- if: '$CI_COMMIT_BRANCH == "production" && $CI_DEPLOY_FREEZE == null' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_DEPLOY_FREEZE == null'