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

Move all server init into before_install: section

This commit is contained in:
Anatoli Babenia
2020-11-12 13:06:20 +03:00
parent 80014fa037
commit 48c7fc60fa
+3 -3
View File
@@ -9,9 +9,9 @@ before_install:
- docker-compose -f docker-compose.yml up -d
#- docker-compose -f docker-compose.yml -f docker-compose.debug.yml up -d
- docker-compose ps
script:
# wait for the server to load
# wait until the web server is up
- wget --timeout 3 --tries=5 --spider localhost:8002 2>&1 | grep -i http
- docker-compose logs --no-color
script:
- CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh