update plugin for 0.5 release

This commit is contained in:
Brad Rydzewski
2016-05-03 16:34:08 -07:00
parent 5825a3d797
commit 7a1e6b2766
6 changed files with 20 additions and 86 deletions

View File

@@ -37,7 +37,8 @@ docker run --rm \
-e PLUGIN_TAG=latest \
-e PLUGIN_REPO=octocat/hello-world \
-e DRONE_COMMIT_SHA=d8dbe4d94f15fe89232e0402c6e8a0ddf21af3ab \
-v $(pwd)/$(pwd)
-w $(pwd)
-v $(pwd)/$(pwd) \
-w $(pwd) \
--privileged \
plugins/docker --dry-run
```