Skip to content

Commit 0e9e08f

Browse files
committed
Use without expansion instead.
1 parent 686875b commit 0e9e08f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/tasks/buildah-oci-ta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,8 @@ spec:
511511
declare IMAGE
512512
513513
if [ "$use_domain_proxy" == "true" ]; then
514-
# With expansion
515-
cat >> /app/build-script.sh << EOF
514+
# Without expansion
515+
cat >> /app/build-script.sh << 'EOF'
516516
#!/bin/sh
517517
ip link set lo up
518518
/app/domain-proxy-client-runner &

0 commit comments

Comments
 (0)