Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
apetenchea committed Oct 13, 2023
1 parent 41243fe commit 45a8532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- "/bin/sh"
- "-c"
- >
while ! wget -q -O - http://localhost:8000/tests/static/setup.sh; do sleep 1; done &&
wget -O - http://localhost:8000/tests/static/setup.sh |
while ! wget -q -O - http://localhost:8000/root/project/tests/static/setup.sh; do sleep 1; done &&
wget -O - http://localhost:8000/root/project/tests/static/setup.sh |
/bin/sh
steps:
- checkout
Expand Down

0 comments on commit 45a8532

Please sign in to comment.