2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2024-09-16 21:43:54 +00:00
plex-media-server/.drone.yml

15 lines
282 B
YAML
Raw Normal View History

2017-06-29 21:42:35 +00:00
pipeline:
build:
image: docker
commands:
- docker build -t plexdev .
- docker tag plexdev itpersists
- docker save -o image.tar plexdev
test:
image: docker
commands:
- ls
- docker load -i image.tar
- docker images