diff --git a/.circleci/deploy.sh b/.circleci/deploy.sh index d67e1217e..876c510c6 100755 --- a/.circleci/deploy.sh +++ b/.circleci/deploy.sh @@ -47,7 +47,7 @@ make dist checksum VERSION="${VERSION}" echo "Pushing binaries to Azure" if [[ "${VERSION}" == "canary" ]]; then -az storage blob upload-batch -s _dist/ -d "$AZURE_STORAGE_CONTAINER_NAME" --pattern 'helm-*' --connection-string "$AZURE_STORAGE_CONNECTION_STRING" --overwrite + az storage blob upload-batch -s _dist/ -d "$AZURE_STORAGE_CONTAINER_NAME" --pattern 'helm-*' --connection-string "$AZURE_STORAGE_CONNECTION_STRING" --overwrite else -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" if \ No newline at end of file