diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-06-01 19:54:40 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-06-01 19:54:40 +0200 |
commit | f33ea96125c63e112cbef97de3b8376a38681e40 (patch) | |
tree | 89cd72698ab848f11c94404ec469f7285ee314a6 /tasks/example | |
parent | f602514603187dbf7195c16d82c693536c1df3be (diff) | |
download | ltask-f33ea96125c63e112cbef97de3b8376a38681e40.tar.gz |
added libs
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" } |