Add drone.yml file
Update Drone commands to match the bits of the Travis config we need Signed-off-by: Andrew Page <admwiggin@gmail.com> Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
ddb4f8a12f
commit
1485c08fa8
|
@ -0,0 +1,10 @@
|
||||||
|
image: dockercore/libcontainer
|
||||||
|
env:
|
||||||
|
- AUTO_GOPATH=1
|
||||||
|
script:
|
||||||
|
# Setup the DockerInDocker environment.
|
||||||
|
- /dind
|
||||||
|
- sed -i 's!docker/docker!docker/libcontainer!' /go/src/github.com/docker/docker/hack/make/.validate
|
||||||
|
- bash /go/src/github.com/docker/docker/hack/make/validate-dco
|
||||||
|
- bash /go/src/github.com/docker/docker/hack/make/validate-gofmt
|
||||||
|
- make direct-test
|
Loading…
Reference in New Issue