From f33ea96125c63e112cbef97de3b8376a38681e40 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 1 Jun 2020 19:54:40 +0200 Subject: added libs --- tasks/example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tasks/example') 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" } -- cgit v1.2.3