http.sslVerify 값 변경

false -> true 로 변경 (공인 인증서 환경 기준)
This commit is contained in:
2023-03-07 02:10:38 +00:00
parent 8138c574dc
commit 75ca8fd30c

View File

@@ -215,7 +215,7 @@ objects:
- name: GIT_SCRIPT - name: GIT_SCRIPT
stringVal: > stringVal: >
git config --global http.sslVerify false git config --global http.sslVerify true
git clone https://${GIT_API_URL}/${APP_REPOSITORY} git clone https://${GIT_API_URL}/${APP_REPOSITORY}