From bee81a6b9606686c8edc5231362a627bf6be9370 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Wed, 16 Apr 2025 01:03:40 +0000 Subject: [PATCH] init --- tasks/git-clone-checkout/task.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tasks/git-clone-checkout/task.yaml b/tasks/git-clone-checkout/task.yaml index f7eba44..249aba1 100644 --- a/tasks/git-clone-checkout/task.yaml +++ b/tasks/git-clone-checkout/task.yaml @@ -50,10 +50,10 @@ spec: Set the `http.sslVerify` global git config. Setting this to `false` is not advised unless you are sure that you trust your git remote. - # - name: crtFileName - # type: string - # default: "ca-bundle.crt" - # description: file name of mounted crt using ssl-ca-directory workspace. + - name: crtFileName + type: string + default: "ca-bundle.crt" + description: file name of mounted crt using ssl-ca-directory workspace. - name: sparseCheckoutDirectories type: string @@ -132,8 +132,8 @@ spec: # value: $(params.userHome) - name: HOME value: /workspace/shared/$(params.home) - # - name: SSL_CERT_FILE - # value: "/workspace/ssl-ca-directory/$(params.crtFileName)" + - name: SSL_CERT_FILE + value: $HOME/cert/$(params.crtFileName)" - name: HTTP_PROXY value: $(params.httpProxy) - name: HTTPS_PROXY