diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-08-31 21:25:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-08-31 21:25:19 +0000 |
commit | 9c320823c2898c98628c8537c02d112a3f72d439 (patch) | |
tree | 3a9cd4ec393607e488fa56e016b7e4c97add0cc1 | |
parent | 6ea4c53335840558ad40f874423c07619c510153 (diff) | |
parent | ee651f92ceefdd4ee83a4a6a5ec1fb82114254a3 (diff) |
Merge "Https now works for artifacts.opnfv.org"
-rwxr-xr-x | jjb/dovetail/dovetail-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh index 23fbe9b6d..739da9eac 100755 --- a/jjb/dovetail/dovetail-run.sh +++ b/jjb/dovetail/dovetail-run.sh @@ -256,7 +256,7 @@ fi ubuntu_image=${image_path}/ubuntu-16.04-server-cloudimg-amd64-disk1.img if [[ ! -f ${ubuntu_image} ]]; then echo "Download image ubuntu-16.04-server-cloudimg-amd64-disk1.img ..." - wget -q -nc http://artifacts.opnfv.org/sdnvpn/ubuntu-16.04-server-cloudimg-amd64-disk1.img -P ${image_path} + wget -q -nc https://artifacts.opnfv.org/sdnvpn/ubuntu-16.04-server-cloudimg-amd64-disk1.img -P ${image_path} fi sudo cp ${ubuntu_image} ${DOVETAIL_IMAGES} |