From 72bc80c058a831a927b5eabfc683191041dc61d3 Mon Sep 17 00:00:00 2001 From: jkilpatr Date: Fri, 10 Mar 2017 07:38:28 -0500 Subject: [PATCH] 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 --- ci-scripts/tripleo/microbrow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-scripts/tripleo/microbrow.sh b/ci-scripts/tripleo/microbrow.sh index 6cd88e9ca..e171f9d57 100755 --- a/ci-scripts/tripleo/microbrow.sh +++ b/ci-scripts/tripleo/microbrow.sh @@ -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