From bf80219a26ba5707df1a463c8d1c7175c3d121d0 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Wed, 9 Apr 2025 04:21:13 +0000 Subject: [PATCH] init --- tasks/git-clone-checkout/task.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/git-clone-checkout/task.yaml b/tasks/git-clone-checkout/task.yaml index bf33a2e..51842b3 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: "alpine/git:2.47.2" + default: "bitnami/git:2.48.1-debian-12-r6" - name: userHome description: | Absolute path to the user's home directory. @@ -114,6 +114,7 @@ spec: export PARAM_USER_HOME=$HOME + echo "_____${whoami}" echo "_____${PARAM_USER_HOME}" # 디렉토리가 존재하는지 확인하고, 없으면 생성