Skip to content

Commit 2598c12

Browse files
committed
cleanup
1 parent 409d46d commit 2598c12

File tree

2 files changed

+147
-152
lines changed

2 files changed

+147
-152
lines changed

tests/test_azure/start_azure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ set -o pipefail
44

55
npm install [email protected]
66
echo starting azurite-blob
7-
$(npm bin)/azurite-blob &
7+
$(npm bin)/azurite-blob --loose &
88
sleep 10 # Wait for storage emulator to start
99
echo azurite-blob started successfully

0 commit comments

Comments
 (0)