Loading templates/gitlab-ci-butler.yml +3 −0 Original line number Diff line number Diff line Loading @@ -132,6 +132,9 @@ variables: if [[ -z "$ca_imported" ]] then log_warn "Could not import custom CA certificates !" else # $REQUESTS_CA_BUNDLE required by Python Requests export REQUESTS_CA_BUNDLE="${bundle}" fi } Loading Loading
templates/gitlab-ci-butler.yml +3 −0 Original line number Diff line number Diff line Loading @@ -132,6 +132,9 @@ variables: if [[ -z "$ca_imported" ]] then log_warn "Could not import custom CA certificates !" else # $REQUESTS_CA_BUNDLE required by Python Requests export REQUESTS_CA_BUNDLE="${bundle}" fi } Loading