Files
tig-stack/circle.yml
T
2016-09-27 16:59:25 +02:00

25 lines
582 B
YAML

---
machine:
services:
- docker
dependencies:
override:
- docker info
test:
pre:
- docker-compose -f docker-compose-circleci.yml up -d
- docker ps
- docker-compose logs; sleep 3
override:
- curl --retry 10 --retry-delay 5 -v http://localhost:3001
- curl --retry 10 --retry-delay 5 -v http://localhost:8083
- curl --retry 10 --retry-delay 5 -v http://localhost:8086
post:
- wget http://localhost:3001 -O grafana.html
- wget http://localhost:8083 -O influxdb.html
- mv *.html $CIRCLE_ARTIFACTS
- sudo killall --wait docker