chore: remove v4
This commit is contained in:
@@ -56,9 +56,9 @@ deploy:
|
|||||||
- git config --global user.email "$GIT_USER_EMAIL"
|
- git config --global user.email "$GIT_USER_EMAIL"
|
||||||
- git config --global user.name "$GIT_USER_NAME"
|
- git config --global user.name "$GIT_USER_NAME"
|
||||||
- git add -f dist/wfrp4e-actor-sheet-print.zip
|
- git add -f dist/wfrp4e-actor-sheet-print.zip
|
||||||
- git commit -m "push artifact on dist-v4 branch"
|
- git commit -m "push artifact on dist branch"
|
||||||
- git remote set-url origin $GIT_SSH_URL
|
- git remote set-url origin $GIT_SSH_URL
|
||||||
- git push -f origin HEAD:dist-v4
|
- git push -f origin HEAD:dist
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
@@ -68,9 +68,9 @@ deploy_beta:
|
|||||||
- git config --global user.email "$GIT_USER_EMAIL"
|
- git config --global user.email "$GIT_USER_EMAIL"
|
||||||
- git config --global user.name "$GIT_USER_NAME"
|
- git config --global user.name "$GIT_USER_NAME"
|
||||||
- git add -f dist/wfrp4e-actor-sheet-print.zip
|
- git add -f dist/wfrp4e-actor-sheet-print.zip
|
||||||
- git commit -m "push artifact on dist-beta-v4 branch"
|
- git commit -m "push artifact on dist-beta branch"
|
||||||
- git remote set-url origin $GIT_SSH_URL
|
- git remote set-url origin $GIT_SSH_URL
|
||||||
- git push -f origin HEAD:dist-beta-v4
|
- git push -f origin HEAD:dist-beta
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_BRANCH =~ /^(dev)\/.*$/'
|
- if: '$CI_COMMIT_BRANCH =~ /^(dev)\/.*$/'
|
||||||
when: on_success
|
when: on_success
|
||||||
|
|||||||
Reference in New Issue
Block a user