mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
linting issue fixed
Signed-off-by: Sourik Ghosh <sourikghosh31@gmail.com>
This commit is contained in:
parent
9c064f9cf4
commit
cfeb431e3c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Reference in a new issue