Commit e3734ecb authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'main' into 'main'

Add certifi cacert.pem path to custom ca cert installation

See merge request to-be-continuous/gitlab-butler!6
parents a2f7ca2b a720d21e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
  }