init
This commit is contained in:
parent
07aca02073
commit
4f86583f92
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user