diff --git a/.ci/scripts/prepare-object-storage.sh b/.ci/scripts/prepare-object-storage.sh index 964768596..1461bbfc4 100755 --- a/.ci/scripts/prepare-object-storage.sh +++ b/.ci/scripts/prepare-object-storage.sh @@ -2,7 +2,7 @@ #!/usr/bin/env bash if [[ "$COMPONENT_TYPE" == "azure" ]]; then - docker run -d -p 10000:10000 --name pulp-azurite mcr.microsoft.com/azure-storage/azurite azurite-blob --blobHost 0.0.0.0 + docker run -d -p 10000:10000 --name pulp-azurite mcr.microsoft.com/azure-storage/azurite azurite-blob --blobHost 0.0.0.0 --skipApiVersionCheck sleep 5 AZURE_CONNECTION_STRING="DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://pulp-azurite:10000/devstoreaccount1;" echo $(minikube ip) pulp-azurite | sudo tee -a /etc/hosts diff --git a/CHANGES/1583.bugfix b/CHANGES/1583.bugfix index 12a090d94..09368a193 100644 --- a/CHANGES/1583.bugfix +++ b/CHANGES/1583.bugfix @@ -1 +1 @@ -CI: Fix helm source location +CI: Fix helm source location and skip azurite version check