diff --git a/website/source/docs/triggers/configuration.html.md b/website/source/docs/triggers/configuration.html.md index 9156774dd..baec4e22b 100644 --- a/website/source/docs/triggers/configuration.html.md +++ b/website/source/docs/triggers/configuration.html.md @@ -74,6 +74,18 @@ The trigger class takes various options. + `inline` + `path` + **Note:** The `run` option with `inline` is not entirely like a shell provisioner that runs bash. + It executes binaries on your machine rather than a bash script. For example: + If you wish you use bash to pipe some text to a file in your `run` option with `inline`, wrap + your inline script with _`bash -c "