KitchenCI Infrastructure Spec on drone.io
pipeline: | |
build: | |
image: aberrios85/drone-kitchen | |
commands: | |
- kitchen test | |
services: | |
docker: | |
image: plugins/docker | |
image: docker:1.12-dind | |
privileged: true | |
command: [ "--storage-driver=vfs", "--tls=false" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment