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:
Marcel Märtens 2023-10-27 00:53:05 +02:00
parent d690f25615
commit a100ee15a3

View File

@ -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: