This commit is contained in:
병준 박 2025-04-26 00:51:49 +00:00
parent 515f1525d2
commit f6804df350

View File

@ -69,6 +69,7 @@ spec:
apk add --no-cache git
# Git safe.directory 설정 (모든 경로 허용)
git config --global --add safe.directory '*'
git config --global init.defaultBranch main # master 대신 main 사용
TARGETS="$(params.targetProjects)"
SOURCES="$(params.sourceProjects)"