This commit is contained in:
병준 박 2025-04-09 07:28:41 +00:00
parent 4a63635e84
commit 1cc2b78ae9

View File

@ -37,6 +37,7 @@ spec:
workingDir: /workspace/source
script: |
#!/usr/bin/env bash
ls -la
if [ -n "$(params.subdirectory)" ]; then
cd $(params.subdirectory)
fi