mirror of
https://github.com/spritsail/plex-media-server.git
synced 2024-11-08 18:56:22 +00:00
Fix CI test phase
This commit is contained in:
parent
2a5ec60655
commit
da652e55d9
@ -16,7 +16,8 @@ pipeline:
|
||||
environment:
|
||||
- DOCKER_HOST=tcp://docker:2375
|
||||
commands:
|
||||
- apk add --no-cache curl
|
||||
- docker run --name=DEV -d -p 32400:32400 devbuild
|
||||
- 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