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