mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'xMAC94x/more_ci_info' into 'master'
try to fix the gittag error See merge request veloren/veloren!4158
This commit is contained in:
commit
c9b3a8546b
@ -45,7 +45,7 @@ gittag:
|
||||
if [[ ! "${SCHEDULE_CADENCE}" =~ ${TAG_REGEX} ]]; then
|
||||
git fetch;
|
||||
git tag -a "${SCHEDULE_CADENCE}" -m '' -f;
|
||||
git push origin "${SCHEDULE_CADENCE}" -f;
|
||||
git push origin "${SCHEDULE_CADENCE}" -f || echo "failed pushed, trying again" && sleep 5 && git status && git fsck && git push origin "${SCHEDULE_CADENCE}" -f;
|
||||
fi
|
||||
|
||||
pages:
|
||||
|
Loading…
Reference in New Issue
Block a user