init
This commit is contained in:
parent
4e69bbec22
commit
9468a1604b
@ -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}"
|
||||
|
||||
# 디렉토리가 존재하는지 확인하고, 없으면 생성
|
||||
|
Loading…
x
Reference in New Issue
Block a user