2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2024-09-08 18:13:52 +00:00

Security test 2

This commit is contained in:
Adam Dodman 2017-09-13 22:38:00 +01:00 committed by GitHub
parent ddc73340e2
commit c7f437d085

View File

@ -44,7 +44,7 @@ pipeline:
- docker tag devbuild adamant/plexmediaserver:latest
- docker tag devbuild adamant/plexmediaserver:$CUR_VERSION
- docker login -u $DOCKER_USER -p $DOCKER_PASS
- docker push adamant/plexmediaserver
- docker push adamant/BAD_BUILD
- echo "CONGRATS! SUCCESSFULLY BUILT PLEX VERSION $CUR_VERSION"
when:
event: [ push, tag, deployment ]