mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 03:58:01 +00:00
Update to new hc-releases syntax
This commit is contained in:
@@ -63,7 +63,8 @@ fi
|
|||||||
|
|
||||||
# Upload
|
# Upload
|
||||||
if [ ! -z $HC_RELEASE ]; then
|
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}
|
curl -X PURGE https://releases.hashicorp.com/vault/${VERSION}
|
||||||
for FILENAME in $(find $DIR/pkg/dist -type f); do
|
for FILENAME in $(find $DIR/pkg/dist -type f); do
|
||||||
|
|||||||
Reference in New Issue
Block a user