This commit is contained in:
병준 박 2025-04-16 04:27:58 +00:00
parent fe358d4815
commit 3b9291fc20

View File

@ -122,7 +122,7 @@ spec:
cd /workspace/base
CLONE_DIR="$(params.source)"
CLONE_DIR="$(params.context)/source"
if [ -z "$CLONE_DIR" ]; then
CLONE_DIR="."
fi