overwrite flag added to az storage blob upload-batch

Signed-off-by: Sourik Ghosh <sourikghosh31@gmail.com>
pull/10726/head
Sourik Ghosh 2 years ago
parent 65d8e72504
commit 9a784bbc41

@ -46,4 +46,4 @@ make build-cross
make dist checksum VERSION="${VERSION}"
echo "Pushing binaries to Azure"
az storage blob upload-batch -s _dist/ -d "$AZURE_STORAGE_CONTAINER_NAME" --pattern 'helm-*' --connection-string "$AZURE_STORAGE_CONNECTION_STRING"
az storage blob upload-batch -s _dist/ -d "$AZURE_STORAGE_CONTAINER_NAME" --pattern 'helm-*' --connection-string "$AZURE_STORAGE_CONNECTION_STRING" --overwrite

Loading…
Cancel
Save