Fix .drone.yml formatting
This commit is contained in:
parent
ee78c109bb
commit
69a9f53e64
@ -7,7 +7,8 @@ pipeline:
|
|||||||
identify:
|
identify:
|
||||||
image: docker
|
image: docker
|
||||||
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 | tee /dev/stderr | jq -r .release > .plex_version
|
- wget -qO- https://adam-ant.co.uk/plex/version.php | tee /dev/stderr | jq -r .release > .plex_version
|
||||||
|
|
||||||
@ -44,7 +45,7 @@ pipeline:
|
|||||||
- docker tag devbuild adamant/plexmediaserver:$CUR_VERSION
|
- docker tag devbuild adamant/plexmediaserver:$CUR_VERSION
|
||||||
- docker login -u $DOCKER_USER -p $DOCKER_PASS
|
- docker login -u $DOCKER_USER -p $DOCKER_PASS
|
||||||
- docker push adamant/plexmediaserver
|
- docker push adamant/plexmediaserver
|
||||||
- echo "CONGRATS! SUCCESSFULLY BUILT PLEX VERSION "$CUR_VERSION
|
- echo "CONGRATS! SUCCESSFULLY BUILT PLEX VERSION $CUR_VERSION"
|
||||||
|
|
||||||
downstream:
|
downstream:
|
||||||
image: plugins/downstream
|
image: plugins/downstream
|
||||||
|
Loading…
Reference in New Issue
Block a user