http.sslVerify 값 변경
false -> true 로 변경 (공인 인증서 환경 기준)
This commit is contained in:
@@ -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}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user