mirror of
https://github.com/spritsail/plex-media-server.git
synced 2025-07-09 17:10:56 +00:00
Add drone CI support beta
This commit is contained in:
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@ -0,0 +1,14 @@
|
||||
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
|
Reference in New Issue
Block a user