From 4f86583f92139d54489b6e1f23751e6b34e240e9 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Mon, 14 Apr 2025 19:16:16 +0000 Subject: [PATCH] init --- tasks/docker-registry/task.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tasks/docker-registry/task.yaml b/tasks/docker-registry/task.yaml index 0cd68b6..f8a8a55 100644 --- a/tasks/docker-registry/task.yaml +++ b/tasks/docker-registry/task.yaml @@ -81,6 +81,15 @@ spec: } 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 image: gcr.io/kaniko-project/executor:v1.23.2 workingDir: /workspace/source/$(params.subdirectory)