From 3b9291fc202879472f7d7361621a27d27d2c59a9 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Wed, 16 Apr 2025 04:27:58 +0000 Subject: [PATCH] init --- tasks/git-clone-checkout/task.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/git-clone-checkout/task.yaml b/tasks/git-clone-checkout/task.yaml index f00bc29..f3a1134 100644 --- a/tasks/git-clone-checkout/task.yaml +++ b/tasks/git-clone-checkout/task.yaml @@ -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