Skip to content

Commit

Permalink
ci uri fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aykut-bozkurt committed Dec 16, 2024
1 parent f3a31d0 commit d76bf55
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ jobs:
-p 10000:10000 \
mcr.microsoft.com/azure-storage/azurite
while ! curl $AZURITE_URL; do
echo "Waiting for $AZURITE_URL..."
while ! curl $AZURE_STORAGE_ENDPOINT; do
echo "Waiting for $AZURE_STORAGE_ENDPOINT..."
sleep 1
done
Expand All @@ -144,8 +144,6 @@ jobs:
docker run -d \
--env-file .devcontainer/.env \
-p 4443:4443 \
--entrypoint "./entrypoint.sh" \
--volume ./.devcontainer/gcs-entrypoint.sh:/entrypoint.sh \
tustvold/fake-gcs-server
while ! curl $GOOGLE_SERVICE_ENDPOINT; do
Expand Down

0 comments on commit d76bf55

Please sign in to comment.