mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
move this runtime key
This commit is contained in:
parent
c02a523802
commit
f4c6cb1572
|
@ -10,10 +10,6 @@ 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,10 +16,7 @@ dependencies:
|
|||
runtime:
|
||||
env:
|
||||
GIT_TEMPLATE_DIR: '{{prefix}}/share/git-core/templates'
|
||||
# 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
|
||||
GIT_SSL_CAINFO: ${{deps.curl.se/ca-certs.prefix}}/ssl/cert.pem
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue