From 92757895d6c0f4fbd4403978b2e1ab4726ec0769 Mon Sep 17 00:00:00 2001 From: Sourik Ghosh Date: Sat, 5 Mar 2022 10:05:43 +0530 Subject: [PATCH] overwrite flag added to az storage blob upload-batch Signed-off-by: Sourik Ghosh (cherry picked from commit 9a784bbc412fbd2d7ce3d3ebb39f20adf349f43a) --- .circleci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/deploy.sh b/.circleci/deploy.sh index 26bc07c73..dc9912885 100755 --- a/.circleci/deploy.sh +++ b/.circleci/deploy.sh @@ -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