maint: fix syntax error in deploy.sh

Signed-off-by: Josh Dolitsky <josh@dolit.ski>
pull/10739/head
Josh Dolitsky 2 years ago
parent d61b9befea
commit 75fa221b75
No known key found for this signature in database
GPG Key ID: B2B93673243A65FB

@ -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