mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
Update to new hc-releases syntax
This commit is contained in:
parent
67c501309e
commit
c82deca288
@ -63,7 +63,8 @@ fi
|
||||
|
||||
# Upload
|
||||
if [ ! -z $HC_RELEASE ]; then
|
||||
hc-releases upload $DIR/pkg/dist --publish --purge
|
||||
hc-releases upload $DIR/pkg/dist
|
||||
hc-releases publish
|
||||
|
||||
curl -X PURGE https://releases.hashicorp.com/vault/${VERSION}
|
||||
for FILENAME in $(find $DIR/pkg/dist -type f); do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user