X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdoctor%2Fdoctor.yaml;h=78e0e8a2efd368ac070b29452531b235f1f12e53;hb=3547754e808a581b09c9d22e013a7d986d9f6cd1;hp=25ea0ae9cb26d97a5365a9da61fb6ca5f8c04e61;hpb=ef4f36aa1c2ff0819d73cde44f84b99a42e15c7e;p=releng.git diff --git a/jjb/doctor/doctor.yaml b/jjb/doctor/doctor.yaml index 25ea0ae9c..78e0e8a2e 100644 --- a/jjb/doctor/doctor.yaml +++ b/jjb/doctor/doctor.yaml @@ -154,7 +154,9 @@ - ../../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 # -------------------------------