Skip to content
Snippets Groups Projects
Commit ac5d6e4c authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Makes sure git uses our cacert.pem file

parent 57d490b2
No related branches found
No related tags found
No related merge requests found
...@@ -469,6 +469,8 @@ CURL_CA_BUNDLE="${SCRIPTS_DIR}/cacert.pem" ...@@ -469,6 +469,8 @@ CURL_CA_BUNDLE="${SCRIPTS_DIR}/cacert.pem"
export_env CURL_CA_BUNDLE export_env CURL_CA_BUNDLE
SSL_CERT_FILE="${CURL_CA_BUNDLE}" SSL_CERT_FILE="${CURL_CA_BUNDLE}"
export_env SSL_CERT_FILE export_env SSL_CERT_FILE
GIT_SSL_CAINFO"${CURL_CA_BUNDLE}"
export_env GIT_SSL_CAINFO
# Sets up upload folders for documentation (just in case we need them) # Sets up upload folders for documentation (just in case we need them)
# See: https://gitlab.idiap.ch/bob/bob.admin/issues/2 # See: https://gitlab.idiap.ch/bob/bob.admin/issues/2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment