Again
Buildtest / build (push) Failing after 2m31s

This commit is contained in:
Dominik Werder
2026-07-06 13:48:06 +02:00
parent 494e9d2ac6
commit 3cb1b5bee9
+4
View File
@@ -131,6 +131,8 @@ jobs:
D0=artifacts/target/release
FNAME=daqingest
VER=$($D0/$FNAME version)
URL="https://gitea.psi.ch/api/packages/${{gitea.repository_owner}}/generic/$FNAME/$VER"
curl --fail --request DELETE --header "authorization: $PSI_GITEA_PUB" "$URL"
URL="https://gitea.psi.ch/api/packages/${{gitea.repository_owner}}/generic/$FNAME/$VER/$FNAME"
echo URL "$URL"
curl \
@@ -140,6 +142,8 @@ jobs:
"$URL"
FNAME=daqretrieve
VER=$($D0/$FNAME version)
URL="https://gitea.psi.ch/api/packages/${{gitea.repository_owner}}/generic/$FNAME/$VER"
curl --fail --request DELETE --header "authorization: $PSI_GITEA_PUB" "$URL"
URL="https://gitea.psi.ch/api/packages/${{gitea.repository_owner}}/generic/$FNAME/$VER/$FNAME"
echo URL "$URL"
curl \