specify the cacert file when it exits
[releng.git] / jjb / doctor / doctor.yaml
index 25ea0ae..78e0e8a 100644 (file)
               - ../../utils/fetch_os_creds.sh
       - shell: |
           source $HOME/opnfv-openrc.sh
-          source $HOME/os_cacert
+          if [ -f $HOME/os_cacert ]; then
+              export OS_CACERT=$HOME/os_cacert
+          fi
           tox -e py35
 
 # -------------------------------