aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-06-07 23:07:46 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-06-07 23:07:46 +0200
commit590767cb26e6ab730004a1f64002d038bd706424 (patch)
tree5469e92916a0947d5ac6d09aacabeece8d254ffd
parent5c4ef33b51f65c9c60032e8a1e12b67526594a7d (diff)
downloadltask-590767cb26e6ab730004a1f64002d038bd706424.tar.gz
update system-update
-rw-r--r--tasks/system-update4
1 files changed, 3 insertions, 1 deletions
diff --git a/tasks/system-update b/tasks/system-update
index 8244ca4..865014c 100644
--- a/tasks/system-update
+++ b/tasks/system-update
@@ -20,7 +20,9 @@ function task_setup() {
SSH_USER=server
SSH_IDENTITY_FILE=$ASSET_DIR/id_jenkins
-
+
+ PARALLEL="yes"
+
TASK_ISSET="yes"
}