mirror of
https://github.com/spritsail/plex-media-server.git
synced 2024-11-03 16:36:22 +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
|
||||
|
||||
test-bin:
|
||||
image: docker
|
||||
image: spritsail/docker-test
|
||||
volumes: [ '/var/run/docker.sock:/var/run/docker.sock' ]
|
||||
commands:
|
||||
- docker run --rm plex-dev curl --version
|
||||
- docker run --rm plex-dev xmlstarlet --version
|
||||
repo: plex-dev
|
||||
run: |
|
||||
curl --version &&
|
||||
xmlstarlet --version
|
||||
|
||||
test:
|
||||
image: spritsail/docker-test
|
||||
|
Loading…
Reference in New Issue
Block a user