Use spritsail/drone-test CI step

[CI SKIP]
This commit is contained in:
Joe Groocock 2018-09-23 00:55:06 +01:00
parent 9986cc95e2
commit a7026a6640
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -7,10 +7,10 @@ pipeline:
- ALPINE_TAG=${ALPINE_TAG%%,*} - ALPINE_TAG=${ALPINE_TAG%%,*}
test: test:
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: alpine-dev
- docker run --rm alpine-dev /bin/sh -xec 'apk --version' run: su-exec nobody apk --version
publish: publish:
image: spritsail/docker-publish image: spritsail/docker-publish