Fix CI test phase
This commit is contained in:
parent
2a5ec60655
commit
da652e55d9
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user