mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
move this runtime key
This commit is contained in:
parent
c02a523802
commit
f4c6cb1572
2 changed files with 1 additions and 8 deletions
|
@ -10,10 +10,6 @@ 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,10 +16,7 @@ dependencies:
|
||||||
runtime:
|
runtime:
|
||||||
env:
|
env:
|
||||||
GIT_TEMPLATE_DIR: '{{prefix}}/share/git-core/templates'
|
GIT_TEMPLATE_DIR: '{{prefix}}/share/git-core/templates'
|
||||||
# FIXME: this should work once
|
GIT_SSL_CAINFO: ${{deps.curl.se/ca-certs.prefix}}/ssl/cert.pem
|
||||||
# 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