From 75ca8fd30ce8f1c04124e86d80feca1a5a88597d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B3=80=EC=A0=95=ED=9B=88?= Date: Tue, 7 Mar 2023 02:10:38 +0000 Subject: [PATCH] =?UTF-8?q?http.sslVerify=20=EA=B0=92=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit false -> true 로 변경 (공인 인증서 환경 기준) --- template/template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/template.yml b/template/template.yml index 55e6cb2..27df43f 100644 --- a/template/template.yml +++ b/template/template.yml @@ -215,7 +215,7 @@ objects: - name: GIT_SCRIPT stringVal: > - git config --global http.sslVerify false + git config --global http.sslVerify true git clone https://${GIT_API_URL}/${APP_REPOSITORY}