Skip to content

Commit

Permalink
Remove trailing ##
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Dec 13, 2024
1 parent 589964d commit 5a9a2c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ spec:
cat >scripts/script-setup.sh <<'REMOTESSHEOF'
#!/bin/sh
echo "Start podman.socket and show podman info ##"
echo "Start podman.socket and show podman info"
systemctl --user start podman.socket
sleep 10s
Expand Down Expand Up @@ -252,7 +252,7 @@ spec:
echo "Setup VM environment: podman, etc within the VM ..."
ssh "${SSH_ARGS[@]}" "$SSH_HOST" scripts/script-setup.sh
# Adding security-opt to by pass: dial unix /workdir/podman.sock: connect: permission denied
# Remark: Adding security-opt to by pass: dial unix /workdir/podman.sock: connect: permission denied
ssh "${SSH_ARGS[@]}" "$SSH_HOST" "$PORT_FORWARD" podman run "$PODMAN_PORT_FORWARD" \
-e BUILDER_IMAGE="$BUILDER_IMAGE" \
-e HERMETIC="$HERMETIC" \
Expand Down

0 comments on commit 5a9a2c3

Please sign in to comment.