diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/doctor/doctor.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
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 # ------------------------------- |