ability to, at least temporarily, set the storage driver

This commit is contained in:
Brad Rydzewski
2015-05-14 23:58:43 -07:00
parent 8932dda6d9
commit ed32fa5523
2 changed files with 11 additions and 4 deletions

View File

@@ -23,10 +23,11 @@ docker run -i --privileged -v $(pwd):/drone/src plugins/drone-docker <<EOF
"branch": "master"
},
"vargs": {
"username": "foo",
"password": "bar",
"username": "kevinbacon",
"password": "pa$$word",
"email": "foo@bar.com",
"repo": "foo/bar"
"repo": "foo/bar",
"storage_driver": "brtfs"
}
}
EOF