Skip to content

Commit 0a50610

Browse files
committed
Update buildah-oci-ta.
1 parent 0af508e commit 0a50610

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

deploy/tasks/buildah-oci-ta.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)