summaryrefslogtreecommitdiffstats
path: root/jjb/doctor/doctor.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/doctor/doctor.yaml')
-rw-r--r--jjb/doctor/doctor.yaml4
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
# -------------------------------