mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
the error seems to be persistent, e.g. https://gitlab.com/veloren/veloren/-/jobs/5378935781#L208
The object does not seem to exist in the respective hash:
```
Checking out d690f256
as detached HEAD (ref is master)...
bad object 3908ca9e842530c44ea05ac673ae2d93bc636e24
```
trying out to log more info
This commit is contained in:
parent
d690f25615
commit
a100ee15a3
@ -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