debug print
This commit is contained in:
@@ -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_*
|
||||||
|
|||||||
Reference in New Issue
Block a user