aboutsummaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-rw-r--r--tasks/example2
-rw-r--r--tasks/jenkins2
-rw-r--r--tasks/reboot4
-rw-r--r--tasks/system-update4
4 files changed, 6 insertions, 6 deletions
diff --git a/tasks/example b/tasks/example
index 8974aee..a833a6a 100644
--- a/tasks/example
+++ b/tasks/example
@@ -19,7 +19,7 @@ function task_setup() {
SSH_USER=server
SSH_IDENTITY_FILE=$ASSET_DIR/id_rsa
-
+
FILES+=()
TASK_ISSET="yes"
diff --git a/tasks/jenkins b/tasks/jenkins
index 5598a9e..d763377 100644
--- a/tasks/jenkins
+++ b/tasks/jenkins
@@ -10,7 +10,7 @@ function task_setup() {
# Available environment variables
# $ASSET_DIR
# $TOOL_DIR
-
+
SSH_USER=server
SSH_IDENTITY_FILE=$ASSET_DIR/id_jenkins
diff --git a/tasks/reboot b/tasks/reboot
index 3027502..83c04fd 100644
--- a/tasks/reboot
+++ b/tasks/reboot
@@ -9,10 +9,10 @@ function task_setup() {
# Available environment variables
# $ASSET_DIR
# $TOOL_DIR
-
+
SSH_USER=server
SSH_IDENTITY_FILE=$ASSET_DIR/id_rsa
-
+
TASK_ISSET="yes"
}
diff --git a/tasks/system-update b/tasks/system-update
index 865014c..8a8c55d 100644
--- a/tasks/system-update
+++ b/tasks/system-update
@@ -7,7 +7,7 @@ function task_exec() {
sudo pkg_upgrade
ret=$(($ret + $?))
-
+
exit $ret
}
@@ -15,7 +15,7 @@ function task_setup() {
# Available environment variables
# $ASSET_DIR
# $TOOL_DIR
-
+
INCLUDES+=("$INCLUDE_DIR/pkgmanager")
SSH_USER=server