diff --git a/.github/workflows/scripts/install.sh b/.github/workflows/scripts/install.sh index 1d6404b1..e91a7271 100755 --- a/.github/workflows/scripts/install.sh +++ b/.github/workflows/scripts/install.sh @@ -152,7 +152,7 @@ echo ::endgroup:: if [[ "$TEST" = "azure" ]]; then AZURE_STORAGE_CONNECTION_STRING='DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://ci-azurite:10000/devstoreaccount1;' - az storage container create --name pulp-test --connection-string $AZURE_STORAGE_CONNECTION_STRING + az storage container create --name pulp-test --connection-string $AZURE_STORAGE_CONNECTION_STRING --skipApiVersionCheck fi echo ::group::PIP_LIST