diff --git a/glicid/services/cuirass.scm b/glicid/services/cuirass.scm index e1a99e4..2151664 100644 --- a/glicid/services/cuirass.scm +++ b/glicid/services/cuirass.scm @@ -253,6 +253,13 @@ (string-append "--private-key=" private-key)) '())) + #:environment-variables + (list + "GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt" + (string-append "GIT_EXEC_PATH=" #$git "/libexec/git-core") + (string-append "http_proxy=" #$http-proxy) + (string-append "https_proxy=" #$http-proxy) + ) #:log-file #$log-file)) (stop #~(make-kill-destructor))))) '())))) @@ -402,6 +409,13 @@ CONFIG." (string-append "--private-key=" private-key)) '())) + #:environment-variables + (list + "GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt" + (string-append "GIT_EXEC_PATH=" #$git "/libexec/git-core") + (string-append "http_proxy=" #$http-proxy) + (string-append "https_proxy=" #$http-proxy) + ) #:log-file #$log-file)) (stop #~(make-kill-destructor))))))