From 7956296f1f81bdb2e06d2612d71c6741d2ea7fc0 Mon Sep 17 00:00:00 2001 From: Ben Wallis Date: Fri, 16 Apr 2021 21:25:46 +0100 Subject: [PATCH] x --- .gitlab/CI/check.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/CI/check.gitlab-ci.yml b/.gitlab/CI/check.gitlab-ci.yml index 05b1aab855..87888de38e 100644 --- a/.gitlab/CI/check.gitlab-ci.yml +++ b/.gitlab/CI/check.gitlab-ci.yml @@ -14,6 +14,7 @@ tag-test: script: - 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:$TAGTOKEN@gitlab.com/veloren/veloren.git - git tag -f airshipper - git push api-origin --tags -f