Skip to content

Commit 0f0b4a8

Browse files
committed
fix(experiment/rex-constrained.sh): Escape properly vars
rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
1 parent 7951698 commit 0f0b4a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

experiment/rex-constrained.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ opts_adhoc="$opts"
1212

1313

1414
section "Checking environment"
15-
generic_environment_check false false
16-
# set +e
15+
# generic_environment_check false false
16+
set +e
1717

1818

1919
section "Remote execution"
@@ -38,7 +38,7 @@ jsr "$logs/17-rex-podman_pull.log"
3838
j "$logs/17-rex-podman_pull.log"
3939

4040
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'"
4242
jsr "$logs/18-rex-fake_dnf_upgrade.log"
4343
j "$logs/18-rex-fake_dnf_upgrade.log"
4444

0 commit comments

Comments
 (0)