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