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