1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Use wget instead of curl to wait for container

Because even Ubuntu 20.04 version of `curl` is outdated
This commit is contained in:
Anatoli Babenia
2020-11-04 19:33:11 +03:00
committed by GitHub
parent 06a91fd953
commit caa16b66b4
+1 -1
View File
@@ -10,7 +10,7 @@ before_install:
- docker-compose ps
script:
- curl --retry 3 --retry-all-errors http://localhost:8002
- wget --timeout 3 --tries=5 --spider localhost:8002 2>&1 | grep -i http
- docker-compose logs --no-color
- docker logs chtsh
- CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh