Print logs whilst sleeping in test
This commit is contained in:
parent
b6a19ca720
commit
2b35049cc0
@ -21,13 +21,13 @@ pipeline:
|
|||||||
- apk add --no-cache curl xmlstarlet grep
|
- apk add --no-cache curl xmlstarlet grep
|
||||||
- export CUR_VERSION="$(cat .plex_version)"
|
- export CUR_VERSION="$(cat .plex_version)"
|
||||||
- CON_NAME=$(docker run --rm -d plex-dev)
|
- CON_NAME=$(docker run --rm -d plex-dev)
|
||||||
|
- timeout -t 15 docker logs $$CON_NAME &
|
||||||
- sleep 10 # Wait for plex to start!
|
- sleep 10 # Wait for plex to start!
|
||||||
- docker logs $$CON_NAME
|
|
||||||
- curl -sSL $(docker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $$CON_NAME):32400/identity
|
- curl -sSL $(docker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $$CON_NAME):32400/identity
|
||||||
| tee /dev/stderr
|
| tee /dev/stderr
|
||||||
| xmlstarlet sel -t -v "/MediaContainer/@version"
|
| xmlstarlet sel -t -v "/MediaContainer/@version"
|
||||||
| grep -qw $CUR_VERSION
|
| grep -qw $CUR_VERSION
|
||||||
- docker kill $$CON_NAME # Not really needed, but keeps things quick
|
- docker kill $$CON_NAME
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: docker
|
image: docker
|
||||||
|
Loading…
Reference in New Issue
Block a user