Skip to content

Commit

Permalink
overwrite flag added to az storage blob upload-batch
Browse files Browse the repository at this point in the history
Signed-off-by: Sourik Ghosh <sourikghosh31@gmail.com>
(cherry picked from commit 9a784bb)
  • Loading branch information
sourikghosh authored and mattfarina committed Mar 9, 2022
1 parent 3aacde1 commit 9275789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9275789

Please sign in to comment.