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

Install and use our own (up-to-date) certificate files

parent 0631a9ac
No related branches found
No related tags found
1 merge request!44Update to anaconda 4.3.0, remove virtualenv
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -283,3 +283,9 @@ if [ -z "${CI_BUILD_TAG}" ]; then ...@@ -283,3 +283,9 @@ if [ -z "${CI_BUILD_TAG}" ]; then
else else
log_info "Building tag, not setting BOB_DOCUMENTATION_SERVER" log_info "Building tag, not setting BOB_DOCUMENTATION_SERVER"
fi fi
# sets up certificates for curl and openssl
CURL_CA_BUNDLE="$(dirname ${0})/cacert.pem"
export_env CURL_CA_BUNDLE
SSL_CERT_FILE="${CURL_CA_BUNDLE}"
export_env SSL_CERT_FILE
...@@ -57,6 +57,7 @@ get_exec() { ...@@ -57,6 +57,7 @@ get_exec() {
run_cmd mkdir -pv ${1} run_cmd mkdir -pv ${1}
get_script ${1} cacert.pem
get_script ${1} functions.sh get_script ${1} functions.sh
get_exec ${1} install.sh get_exec ${1} install.sh
for stage in "build" "test" "docs" "wheels" "deploy"; do for stage in "build" "test" "docs" "wheels" "deploy"; do
......
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