Fix CI test phase

This commit is contained in:
Adam Dodman 2017-06-30 16:47:02 +01:00
parent 2a5ec60655
commit da652e55d9

View File

@ -16,7 +16,8 @@ pipeline:
environment: environment:
- DOCKER_HOST=tcp://docker:2375 - DOCKER_HOST=tcp://docker:2375
commands: commands:
- apk add --no-cache curl
- docker run --name=DEV -d -p 32400:32400 devbuild - docker run --name=DEV -d -p 32400:32400 devbuild
- sleep 10 # Wait for plex to start! - sleep 10 # Wait for plex to start!
- curl -s 127.0.0.1:32400 - curl -s 127.0.0.1:32400 > /dev/null # Check if its responding, a 401 here is expected