Skip to content

Commit 33bca19

Browse files
committed
Try fixing indentation.
1 parent bcc6aad commit 33bca19

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

deploy/tasks/buildah-oci-ta.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)