From ee78c109bb33bf63e4580fbdbe4575cfe4483390 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Thu, 24 Aug 2017 18:15:31 +0100 Subject: [PATCH] Print identified plex version to the logs --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7f9fd32..d8c98d6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ pipeline: commands: # Grab the current version, prevents race conditions #### Pass this into the Dockerfile somehow? - 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: image: docker