update the docker plugin to use the default volume as the graph path

This commit is contained in:
Brad Rydzewski
2016-06-03 11:42:20 -07:00
parent 8971a82c08
commit 74289a486c
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ pipeline:
- go test -cover -coverprofile=coverage.out
- go build -ldflags "-s -w -X main.build=$DRONE_BUILD_NUMBER"
docker:
storage_driver: overlay
storage_driver: vfs
repo: plugins/docker
tag: [ "latest", "1.0", "1" ]
when: