1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00
Files
cheat.sh/.travis.yml
T
Anatoli Babenia be9d3a70fe Run cheat.sh service (app) by docker-compose in debug mode
This would allow later inspection of stdout.

Assigned names to image and container to avoid confusion.
Build is done separately to clean up the output.
2020-07-31 09:25:04 +03:00

16 lines
298 B
YAML

dist: bionic
language:
- generic
before_install:
- docker-compose build
- docker-compose run -d app bin/srv.py --debug
- docker ps
- docker images
script:
- sleep 3
- curl http://localhost:8002
- CHTSH_URL=http://localhost:8002 CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh