File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ opts_adhoc="$opts"
12
12
13
13
14
14
section " Checking environment"
15
- generic_environment_check false false
16
- # set +e
15
+ # generic_environment_check false false
16
+ set +e
17
17
18
18
19
19
section " Remote execution"
@@ -38,7 +38,7 @@ jsr "$logs/17-rex-podman_pull.log"
38
38
j " $logs /17-rex-podman_pull.log"
39
39
40
40
skip_measurement=' true' h 18-rex-fake_dnf_upgrade.log \
41
- " job-invocation create --async --description-format 'Run %{command} (%{template_name})' --inputs command='TMPDIR=" \\ $( mktemp -d) " && dnf upgrade -y --downloadonly --destdir=$TMPDIR && dnf clean all && rm -rf $TMPDIR ' --job-template '$job_template_ssh_default ' --search-query 'name ~ container'"
41
+ " job-invocation create --async --description-format 'Run %{command} (%{template_name})' --inputs command='TMPDIR=\"\ $ (mktemp -d)\ " && dnf upgrade -y --downloadonly --destdir=\ $ TMPDIR && dnf clean all && rm -rf \ $ TMPDIR' --job-template '$job_template_ssh_default ' --search-query 'name ~ container'"
42
42
jsr " $logs /18-rex-fake_dnf_upgrade.log"
43
43
j " $logs /18-rex-fake_dnf_upgrade.log"
44
44
You can’t perform that action at this time.
0 commit comments