2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2024-10-08 06:03:54 +00:00

Print identified plex version to the logs

This commit is contained in:
Joe Groocock 2017-08-24 18:15:31 +01:00
parent e1505bd365
commit ee78c109bb
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -9,7 +9,7 @@ pipeline:
commands: commands:
# Grab the current version, prevents race conditions #### Pass this into the Dockerfile somehow? # Grab the current version, prevents race conditions #### Pass this into the Dockerfile somehow?
- apk add --no-cache openssl jq - apk add --no-cache openssl jq
- wget -qO- https://adam-ant.co.uk/plex/version.php | jq -r .release> .plex_version - wget -qO- https://adam-ant.co.uk/plex/version.php | tee /dev/stderr | jq -r .release > .plex_version
build: build:
image: docker image: docker