Rename reserved keyword commands to script

A change in the plugin API from 0.4 to 0.5 makes the commands keyword in the build config a reserved keyword and needs to be changed.
This commit is contained in:
Morgan Kesler
2016-08-26 23:02:45 -04:00
parent f158947913
commit eb5a5e2378
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ docker run --rm \
-e PLUGIN_HOST=foo.com \
-e PLUGIN_USER=root \
-e PLUGIN_KEY="$(cat ${HOME}/.ssh/id_rsa)" \
-e PLUGIN_COMMANDS=whoami \
-e PLUGIN_SCRIPT=whoami \
-v $(pwd)/$(pwd) \
-w $(pwd) \
plugins/ssh