diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-06-07 23:07:46 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-06-07 23:07:46 +0200 |
commit | 590767cb26e6ab730004a1f64002d038bd706424 (patch) | |
tree | 5469e92916a0947d5ac6d09aacabeece8d254ffd /tasks/system-update | |
parent | 5c4ef33b51f65c9c60032e8a1e12b67526594a7d (diff) | |
download | ltask-590767cb26e6ab730004a1f64002d038bd706424.tar.gz |
update system-update
Diffstat (limited to 'tasks/system-update')
-rw-r--r-- | tasks/system-update | 4 |
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" } |