debug print

This commit is contained in:
Tom Alexander
2026-07-09 20:32:48 -04:00
parent 31376f29c6
commit 92fc54ebab

View File

@@ -75,7 +75,7 @@ spec:
cat > /home/user/.config/buildkit/entrypoint.sh <<EOF cat > /home/user/.config/buildkit/entrypoint.sh <<EOF
#!/usr/bin/env sh #!/usr/bin/env sh
# #
set -euo pipefail set -xeuo pipefail
if [ -n "\$(find /tekton/creds/.ssh -maxdepth 1 -name 'id_*' -print -quit)" ]; then if [ -n "\$(find /tekton/creds/.ssh -maxdepth 1 -name 'id_*' -print -quit)" ]; then
eval \$(ssh-agent) eval \$(ssh-agent)
ssh-add /tekton/creds/.ssh/id_* ssh-add /tekton/creds/.ssh/id_*