From 1696d601ea438510a2bce250ad0c4c51744c0e52 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Tue, 15 Apr 2025 13:01:58 +0000 Subject: [PATCH] init --- tasks/git-clone-checkout/task.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/git-clone-checkout/task.yaml b/tasks/git-clone-checkout/task.yaml index fdeb240..a67828c 100644 --- a/tasks/git-clone-checkout/task.yaml +++ b/tasks/git-clone-checkout/task.yaml @@ -48,7 +48,7 @@ spec: - name: workshop type: string default: "" - description: workshop inside the `output` Workspace to clone the repo into. + description: workshop inside the `shared` Workspace to clone the repo into. - name: sparseCheckoutDirectories type: string @@ -91,7 +91,7 @@ spec: description: Absolute path to the user's home directory. workspaces: - - name: output + - name: shared description: The workspace where the repository will be cloned. - name: ssh-directory @@ -156,7 +156,7 @@ spec: git config --global http.sslVerify false fi - cd /workspace/output + cd /workspace/shared CLONE_DIR="$(params.workshop)" if [ -z "$CLONE_DIR" ]; then