This commit is contained in:
Ben Wallis 2021-04-16 21:54:08 +01:00
parent 58c0f201e8
commit 63aad4f5f5

View File

@ -15,7 +15,7 @@ tag-test:
- git config --global user.email "gitlab@veloren.net"
- git config --global user.name "Veloren Admin"
- git remote remove api-origin || echo "api-origin remote did not already exist"
- git remote add api-origin https://oauth2:$XVARTEST@gitlab.com/veloren/veloren.git
- git remote add api-origin https://oauth2:$TAGACCESSTOKEN@gitlab.com/veloren/veloren.git
- git tag -f airshipper
- git push api-origin --tags -f