mirror of
https://github.com/spritsail/alpine.git
synced 2024-11-05 01:16:23 +00:00
Use spritsail/drone-test CI step
[CI SKIP]
This commit is contained in:
parent
9986cc95e2
commit
a7026a6640
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user