mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
parent
7fd6ab99e1
commit
b010995fb8
2 changed files with 8 additions and 1 deletions
|
@ -15,6 +15,10 @@ versions:
|
|||
runtime:
|
||||
env:
|
||||
SSL_CERT_FILE: ${{prefix}}/ssl/cert.pem
|
||||
# FIXME: this should go into git-scm.org
|
||||
# once https://github.com/teaxyz/cli/issues/497
|
||||
# is resolved
|
||||
GIT_SSL_CAINFO: ${{prefix}}/ssl/cert.pem
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
|
|
|
@ -16,7 +16,10 @@ dependencies:
|
|||
runtime:
|
||||
env:
|
||||
GIT_TEMPLATE_DIR: '{{prefix}}/share/git-core/templates'
|
||||
GIT_SSL_CAINFO: ${{deps.curl.se/ca-certs.prefix}}/ssl/cert.pem
|
||||
# FIXME: this should work once
|
||||
# https://github.com/teaxyz/cli/issues/497
|
||||
# is resolved
|
||||
# GIT_SSL_CAINFO: ${{deps.curl.se/ca-certs.prefix}}/ssl/cert.pem
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue