mirror of
https://github.com/spritsail/plex-media-server.git
synced 2024-11-08 10:46:24 +00:00
Use spritsail/drone-test for test-bin step
This commit is contained in:
parent
174222bf52
commit
e9d2165706
@ -5,11 +5,12 @@ pipeline:
|
|||||||
repo: plex-dev
|
repo: plex-dev
|
||||||
|
|
||||||
test-bin:
|
test-bin:
|
||||||
image: docker
|
image: spritsail/docker-test
|
||||||
volumes: [ '/var/run/docker.sock:/var/run/docker.sock' ]
|
volumes: [ '/var/run/docker.sock:/var/run/docker.sock' ]
|
||||||
commands:
|
repo: plex-dev
|
||||||
- docker run --rm plex-dev curl --version
|
run: |
|
||||||
- docker run --rm plex-dev xmlstarlet --version
|
curl --version &&
|
||||||
|
xmlstarlet --version
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: spritsail/docker-test
|
image: spritsail/docker-test
|
||||||
|
Loading…
Reference in New Issue
Block a user