File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -439,7 +439,6 @@ spec:
439439
440440 BUILDAH_ARGS=()
441441 UNSHARE_ARGS=()
442- use_domain_proxy=false
443442
444443 if [ "${HERMETIC}" == "true" ]; then
445444 BUILDAH_ARGS+=("--pull=never")
@@ -450,7 +449,6 @@ spec:
450449 done
451450 echo "Build will be executed with network isolation"
452451 if [ "${ENABLE_DOMAIN_PROXY}" == "true" ]; then
453- use_domain_proxy=true
454452 echo "Build will be executed with domain proxy"
455453 /app/domain-proxy-server &
456454 server_pid=$!
@@ -606,7 +604,7 @@ spec:
606604 # disable host subcription manager integration
607605 find /usr/share/rhel/secrets -type l -exec unlink {} \;
608606
609- if [ "$use_domain_proxy " == "true" ]; then
607+ if [ "${ENABLE_DOMAIN_PROXY} " == "true" ]; then
610608 # Without expansion
611609 cat >> /app/build-script.sh << 'EOF'
612610 #!/bin/sh
You can’t perform that action at this time.
0 commit comments