Skip to content

Instantly share code, notes, and snippets.

@ashphy
Created December 30, 2017 07:38
Show Gist options
  • Select an option

  • Save ashphy/9340a0f2d8c37d9900eb0a8f0f6cf56c to your computer and use it in GitHub Desktop.

Select an option

Save ashphy/9340a0f2d8c37d9900eb0a8f0f6cf56c to your computer and use it in GitHub Desktop.
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