From 9468a1604bccca6ee53decf1df800f1c60eb932d Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Wed, 9 Apr 2025 04:29:55 +0000 Subject: [PATCH] init --- tasks/git-clone-checkout/task.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tasks/git-clone-checkout/task.yaml b/tasks/git-clone-checkout/task.yaml index 8874a3c..8c2ac6e 100644 --- a/tasks/git-clone-checkout/task.yaml +++ b/tasks/git-clone-checkout/task.yaml @@ -60,7 +60,7 @@ spec: - name: gitInitImage description: The image providing the git-init binary that this Task runs. type: string - default: "bitnami/git:2.48.1-debian-12-r6" + default: "alpine/git:2.47.2" - name: userHome description: | Absolute path to the user's home directory. @@ -112,9 +112,8 @@ spec: set -x fi - export PARAM_USER_HOME=$HOME + PARAM_USER_HOME="/git" - echo "_____$HOME" echo "_____${PARAM_USER_HOME}" # 디렉토리가 존재하는지 확인하고, 없으면 생성