diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-07-19 11:45:02 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-07-19 11:45:02 +0100 |
commit | 95955f17a38e7f517d4613c004e66d8232073f79 (patch) | |
tree | 0a1b5ce81e3d449475ff70149033f8d2450434ce /examples/worker1/worker1.cfg | |
parent | 40c8aae58491b07adb05d348d1ddf86ce5ec2be8 (diff) |
tag checking and validation complete.
Diffstat (limited to 'examples/worker1/worker1.cfg')
-rw-r--r-- | examples/worker1/worker1.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/worker1/worker1.cfg b/examples/worker1/worker1.cfg index 233afdd..0eabdf7 100644 --- a/examples/worker1/worker1.cfg +++ b/examples/worker1/worker1.cfg @@ -19,6 +19,16 @@ w_tags: ## c_hash: "12da324fb76s924acbce" } ] + }, + { + t_name: "build", + t_keyrings: ["allowed_users.asc"], + t_commands: [ + { + c_url: "file:///home/katolaz/bin/scorsh_build.sh" + } + ] } + ] ...
\ No newline at end of file |