From 63aad4f5f57c152b5ea01410ea5165ef2edc0999 Mon Sep 17 00:00:00 2001 From: Ben Wallis Date: Fri, 16 Apr 2021 21:54:08 +0100 Subject: [PATCH] x --- .gitlab/CI/check.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/CI/check.gitlab-ci.yml b/.gitlab/CI/check.gitlab-ci.yml index ab18041c0d..b829a734cd 100644 --- a/.gitlab/CI/check.gitlab-ci.yml +++ b/.gitlab/CI/check.gitlab-ci.yml @@ -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