From 82bb99211307220d850cdf275eeeb709fb8912bb Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Tue, 4 Jun 2019 10:38:31 -0700 Subject: [PATCH] fix(circle): only upload packages and checksums, not cross-builds Signed-off-by: Matthew Fisher --- .circleci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/deploy.sh b/.circleci/deploy.sh index 598ef43c7..f6881eadb 100755 --- a/.circleci/deploy.sh +++ b/.circleci/deploy.sh @@ -48,4 +48,4 @@ make build-cross make dist checksum VERSION="${VERSION}" echo "Pushing binaries to Azure" -az storage blob upload-batch -s _dist/ -d "$AZURE_STORAGE_CONTAINER_NAME" --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"