maint: fix syntax error in deploy.sh

Signed-off-by: Josh Dolitsky <josh@dolit.ski>
(cherry picked from commit 75fa221b75)
pull/10808/head
Josh Dolitsky 3 years ago committed by Matt Farina
parent 803ecb837a
commit 7663ffa87b
No known key found for this signature in database
GPG Key ID: 92C44A3D421FF7F9

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