aboutsummaryrefslogtreecommitdiff
path: root/tasks/example
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-06-01 19:54:40 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-06-01 19:54:40 +0200
commitf33ea96125c63e112cbef97de3b8376a38681e40 (patch)
tree89cd72698ab848f11c94404ec469f7285ee314a6 /tasks/example
parentf602514603187dbf7195c16d82c693536c1df3be (diff)
downloadltask-f33ea96125c63e112cbef97de3b8376a38681e40.tar.gz
added libs
Diffstat (limited to 'tasks/example')
-rw-r--r--tasks/example7
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"
}