mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
parent
7fd6ab99e1
commit
b010995fb8
2 changed files with 8 additions and 1 deletions
|
@ -15,6 +15,10 @@ versions:
|
||||||
runtime:
|
runtime:
|
||||||
env:
|
env:
|
||||||
SSL_CERT_FILE: ${{prefix}}/ssl/cert.pem
|
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:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
|
@ -16,7 +16,10 @@ dependencies:
|
||||||
runtime:
|
runtime:
|
||||||
env:
|
env:
|
||||||
GIT_TEMPLATE_DIR: '{{prefix}}/share/git-core/templates'
|
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:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue