From a4dae4877d7c06cd76cca47888bfd4c18f61db41 Mon Sep 17 00:00:00 2001 From: Matthieu CAILLEAUX Date: Wed, 13 Oct 2021 00:10:14 +0200 Subject: [PATCH] chore: remove v4 --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 503f1a9..aad3464 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,9 +56,9 @@ deploy: - git config --global user.email "$GIT_USER_EMAIL" - git config --global user.name "$GIT_USER_NAME" - 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 push -f origin HEAD:dist-v4 + - git push -f origin HEAD:dist only: - master @@ -68,9 +68,9 @@ deploy_beta: - git config --global user.email "$GIT_USER_EMAIL" - git config --global user.name "$GIT_USER_NAME" - 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 push -f origin HEAD:dist-beta-v4 + - git push -f origin HEAD:dist-beta rules: - if: '$CI_COMMIT_BRANCH =~ /^(dev)\/.*$/' when: on_success