File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -463,24 +463,24 @@ spec:
463463 if [ "${HERMETIC}" == "true" ]; then
464464 # Without expansion
465465 cat > /app/build-script.sh << 'EOF'
466- #!/bin/sh
467- ip link set lo up
468- /app/domain-proxy-client-runner &
469- client_pid=$!
470- EOF
466+ #!/bin/sh
467+ ip link set lo up
468+ /app/domain-proxy-client-runner &
469+ client_pid=$!
470+ EOF
471471
472472 # With expansion
473473 cat >> /app/build-script.sh << EOF
474- buildah build $VOLUME_MOUNTS ${BUILDAH_ARGS[@]} ${LABELS[@]} --tls-verify=$TLSVERIFY --no-cache --ulimit nofile=4096:4096 -f "$dockerfile_copy" -t $IMAGE .
475- EOF
474+ buildah build $VOLUME_MOUNTS ${BUILDAH_ARGS[@]} ${LABELS[@]} --tls-verify=$TLSVERIFY --no-cache --ulimit nofile=4096:4096 -f "$dockerfile_copy" -t $IMAGE .
475+ EOF
476476
477477 # Without expansion
478478 cat >> /app/build-script.sh << 'EOF'
479- set +e
480- kill $client_pid
481- wait $client_pid
482- set -e
483- EOF
479+ set +e
480+ kill $client_pid
481+ wait $client_pid
482+ set -e
483+ EOF
484484
485485 cat /app/build-script.sh
486486 chmod +x /app/build-script.sh
You can’t perform that action at this time.
0 commit comments