Change CI Ocata image url to match internal mirror

The internal pipeline image mirror has a slightly different
folder structure that doesn't include the /current-tripleo/ folder
anyways this was causing Ocata pipeline builds to fail.

Change-Id: I688218dda2c32222df3752bceb771427c2ba9425
This commit is contained in:
jkilpatr 2017-03-10 07:38:28 -05:00
parent dfc1d8c625
commit 72bc80c058
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ if [ ! -z ${current_build+x} ]
#Ocata pipeling moving to new folder structure
if [[ $RELEASE == *ocata* ]]
then
cached_image="$INTERNAL_IMAGE_SERVER/$RELEASE/rdo_trunk/current-tripleo/$hash/undercloud.qcow2"
cached_image="$INTERNAL_IMAGE_SERVER/$RELEASE/rdo_trunk/$hash/undercloud.qcow2"
else
cached_image="$INTERNAL_IMAGE_SERVER/$RELEASE/delorean/$hash/undercloud.qcow2"
fi