fix(circle): only upload packages and checksums, not cross-builds

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
pull/5841/head
Matthew Fisher 5 years ago
parent d6b3e06506
commit 82bb992113
No known key found for this signature in database
GPG Key ID: 92AA783CBAAE8E3B

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

Loading…
Cancel
Save