This commit is contained in:
병준 박 2025-04-14 19:16:16 +00:00
parent 07aca02073
commit 4f86583f92

View File

@ -81,6 +81,15 @@ spec:
} }
EOF EOF
- name: debug-paths
image: alpine
workingDir: $(workspaces.source.path)/$(params.subdirectory)
script: |
#!/bin/sh
echo "▶ Current dir: $(pwd)"
echo "▶ Files:"
find . -type f
- name: kaniko-build - name: kaniko-build
image: gcr.io/kaniko-project/executor:v1.23.2 image: gcr.io/kaniko-project/executor:v1.23.2
workingDir: /workspace/source/$(params.subdirectory) workingDir: /workspace/source/$(params.subdirectory)