mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
maint: fix syntax error in deploy.sh
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
This commit is contained in:
parent
d61b9befea
commit
75fa221b75
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue