2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2025-07-09 17:10:56 +00:00

Fix for version page now being JSON

This commit is contained in:
Adam Dodman
2017-07-17 18:51:46 +01:00
parent ad3636b211
commit 96604f6e17
2 changed files with 3 additions and 3 deletions

View File

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