1
1
mirror of https://github.com/chubin/cheat.sh.git synced 2024-12-02 07:50:04 +03:00

Try docker-compose logs with no color

This commit is contained in:
Anatoli Babenia 2020-07-31 14:46:44 +03:00
parent 10bfaab38c
commit 2e1d8041c9

View File

@ -12,5 +12,5 @@ before_install:
script:
- sleep 3
- curl http://localhost:8002
- docker-compose logs app
- docker-compose logs --no-color
- CHTSH_URL=http://localhost:8002 CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh