mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'xMAC94x/fix_gittag_ci_step' into 'master'
try to fix gittag job See merge request veloren/veloren!4042
This commit is contained in:
commit
aaaa8c13b0
@ -43,6 +43,7 @@ gittag:
|
||||
- git remote set-url origin https://veloren-bot:${GITLAB_TOKEN_WRITE}@${CI_PROJECT_URL:8}
|
||||
- |
|
||||
if [[ ! "${SCHEDULE_CADENCE}" =~ ${TAG_REGEX} ]]; then
|
||||
git fetch;
|
||||
git tag -a "${SCHEDULE_CADENCE}" -m '' -f;
|
||||
git push origin "${SCHEDULE_CADENCE}" -f;
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user