Merge pull request #10739 from jdolitsky/fix-deploy-sh

maint: fix syntax error in deploy.sh
pull/10745/head
Josh Dolitsky 2 years ago committed by GitHub
commit 2153f70747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,4 +50,4 @@ 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
else
az storage blob upload-batch -s _dist/ -d "$AZURE_STORAGE_CONTAINER_NAME" --pattern 'helm-*' --connection-string "$AZURE_STORAGE_CONNECTION_STRING"
if
fi

Loading…
Cancel
Save