@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user