diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-07-20 09:12:02 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-07-26 08:49:25 +0800 |
commit | 6cbe523f14b6c7234ab633616ec69cffc73bf099 (patch) | |
tree | 3ddfc90037aad5a0cfe007ada6994cac30eb7213 | |
parent | 6b381a30d4dfc05d1569d2115c024633de35c2b7 (diff) |
Use http instead of https as a workaround for certificate error
Got an SSL error when loading content from https://artifacts.opnfv.org [1]
HTTPS is not a must for this use case, so use http instead to solve this issue.
[1] https://nbviewer.jupyter.org/urls/artifacts.opnfv.org/qtip/review/37731/compute-qpi-report/report.ipynb
Change-Id: I8b09eb2d1da234c17843f2cb7504a3b1ded9017e
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
-rw-r--r-- | jjb/qtip/qtip-verify-jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/qtip/qtip-verify-jobs.yml b/jjb/qtip/qtip-verify-jobs.yml index 57d24b432..4a7dd4567 100644 --- a/jjb/qtip/qtip-verify-jobs.yml +++ b/jjb/qtip/qtip-verify-jobs.yml @@ -192,4 +192,4 @@ echo "Document link(s):" >> gerrit_comment.txt find "$local_path" | grep -e 'ipynb$' | \ - sed -e "s|^$local_path| https://nbviewer.jupyter.org/urls/$gs_path|" >> gerrit_comment.txt + sed -e "s|^$local_path| https://nbviewer.jupyter.org/url/$gs_path|" >> gerrit_comment.txt |