Skip to content

Commit

Permalink
Updated luigi.contrib.azureblob to 12.x.y series of azure.storage.blob
Browse files Browse the repository at this point in the history
  • Loading branch information
bcamel committed May 31, 2024
1 parent 1e4be4f commit e40a4b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/ci/install_start_azurite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ echo "$DOCKERHUB_TOKEN" | docker login -u spotifyci --password-stdin
docker pull mcr.microsoft.com/azure-storage/azurite
mkdir -p blob_emulator
$1/stop_azurite.sh
docker run -p 10000:10000 -v blob_emulator:/data -d mcr.microsoft.com/azure-storage/azurite azurite-blob -l /data --blobHost 0.0.0.0 --blobPort 10000
docker run -p 10000:10000 -v blob_emulator:/data -e AZURITE_ACCOUNTS=devstoreaccount1:YXp1cml0ZQ== -d mcr.microsoft.com/azure-storage/azurite azurite-blob -l /data --blobHost 0.0.0.0 --blobPort 10000
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ setenv =
AWS_ACCESS_KEY_ID=accesskey
AWS_SECRET_ACCESS_KEY=secretkey
AZURITE_ACCOUNT_NAME=devstoreaccount1
AZURITE_ACCOUNT_KEY=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==
AZURITE_ACCOUNT_KEY=YXp1cml0ZQ==
AZURITE_CUSTOM_DOMAIN=localhost:10000
commands =
cdh,hdp: {toxinidir}/scripts/ci/setup_hadoop_env.sh
Expand Down

0 comments on commit e40a4b4

Please sign in to comment.