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:
parent
dfc1d8c625
commit
72bc80c058
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user