finally
This commit is contained in:
@@ -95,7 +95,7 @@ dontChroot: false
|
||||
# Tune this for the commands you're actually running, or
|
||||
# use the list-of-items form of commands to tune the timeout
|
||||
# for each command individually.
|
||||
timeout: 10
|
||||
timeout: 200
|
||||
|
||||
# This will copy the output from the command into the Calamares
|
||||
# log file. No processing is done beyond log-each-line-separately,
|
||||
@@ -126,11 +126,7 @@ verbose: false
|
||||
# - the slowloris command has a different timeout from the other commands
|
||||
# - the echo command logs its output line-by-line
|
||||
script:
|
||||
- "-touch ${ROOT}/tmp/thingy"
|
||||
- "/usr/bin/true"
|
||||
- command: "/usr/local/bin/slowloris"
|
||||
timeout: 3600
|
||||
- command: "echo -e '\e[33;2mred\e[33;0m' ; echo second line"
|
||||
- command: "sh /usr/local/bin/install-sc.sh"
|
||||
verbose: true
|
||||
|
||||
# You can change the description of the job (as it is displayed in the
|
||||
|
||||
Reference in New Issue
Block a user