mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Drone Config: Use AUTO_GOPATH instead of hacking around.
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
77193089d8
commit
72fe4c8daa
1 changed files with 1 additions and 4 deletions
|
@ -1,12 +1,9 @@
|
|||
image: dockercore/docker
|
||||
env:
|
||||
- GOPATH=/var/cache/drone:$DRONE_BUILD_DIR/vendor
|
||||
- AUTO_GOPATH=1
|
||||
- DOCKER_GRAPHDRIVER=vfs
|
||||
- DOCKER_EXECDRIVER=native
|
||||
script:
|
||||
# Setup the go environment.
|
||||
- mkdir -p /var/cache/drone/src/github.com/docker
|
||||
- ln -s $DRONE_BUILD_DIR /var/cache/drone/src/github.com/docker
|
||||
# Setup the DockerInDocker environment.
|
||||
- hack/dind
|
||||
# Validate and test.
|
||||
|
|
Loading…
Reference in a new issue