Again
Buildtest / build (push) Successful in 2m39s

This commit is contained in:
Dominik Werder
2026-07-06 13:53:15 +02:00
parent 3cb1b5bee9
commit 4a65b9fa0e
+2 -2
View File
@@ -132,7 +132,7 @@ jobs:
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"
curl --fail --request DELETE --header "authorization: token $PSI_GITEA_PUB" "$URL"
URL="https://gitea.psi.ch/api/packages/${{gitea.repository_owner}}/generic/$FNAME/$VER/$FNAME"
echo URL "$URL"
curl \
@@ -143,7 +143,7 @@ jobs:
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"
curl --fail --request DELETE --header "authorization: token $PSI_GITEA_PUB" "$URL"
URL="https://gitea.psi.ch/api/packages/${{gitea.repository_owner}}/generic/$FNAME/$VER/$FNAME"
echo URL "$URL"
curl \