fix packaging existing version
This commit is contained in:
parent
e94d8a0c50
commit
155027fc9b
3 changed files with 16 additions and 5 deletions
|
@ -16,6 +16,14 @@ zip "$artefact" regar
|
|||
du -sh "$artefact"
|
||||
|
||||
|
||||
curl --user "$auth" \
|
||||
--request DELETE \
|
||||
"https://git.barnulf.net/api/packages/mb/generic/regar/$version/$artefact" || true
|
||||
curl --user "$auth" \
|
||||
--request DELETE \
|
||||
"https://git.barnulf.net/api/packages/mb/generic/regar/latest/$artefact" || true
|
||||
|
||||
|
||||
curl --progress-bar \
|
||||
--user "$auth" \
|
||||
--upload-file "$artefact" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue