Skip to content

Instantly share code, notes, and snippets.

@ashphy
Created December 30, 2017 07:38
Embed
What would you like to do?
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