diff options
Diffstat (limited to 'tasks/example')
-rw-r--r-- | tasks/example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tasks/example b/tasks/example index f5c8a9a..bc78361 100644 --- a/tasks/example +++ b/tasks/example @@ -10,10 +10,15 @@ function task_setup() { # Available environment variables # $ASSET_DIR # $TOOL_DIR - + # $INCLUDE_DIR + + INCLUDES+=() + SSH_USER=server SSH_IDENTITY_FILE=$ASSET_DIR/id_rsa + FILES+=() + TASK_ISSET="yes" } |