Skip to content

Commit

Permalink
removing DIND, using our vaquero image
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenrlouie authored Nov 15, 2016
2 parents f2412f4 + db500bb commit 99e322c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
pipeline:
unittest:
image: docker:dind
privileged: true
image: shippedrepos-docker-vaquero.bintray.io/vaquero/vaquero:latest
pull: true
commands:
- docker daemon -g /var/lib/docker
- docker version
- docker run -v /go/src/github.com/CiscoCloud/vaquero-examples:/vaquero/local shippedrepos-docker-vaquero.bintray.io/vaquero/vaquero:latest validate —sot /vaquero/local
- vaquero validate --sot .

0 comments on commit 99e322c

Please sign in to comment.