Remove retired tripleo-incubator from PROJECTS list

tripleo-incubator has been retired so we don't cache it on our images
but if it is in the PROJECTS list we will attempt to rsync it. Just
remove it as it is no longer used.

Change-Id: I3ad57d247a02881ba8a6757f2a058d03884eaf35
This commit is contained in:
Clark Boylan 2018-05-07 13:34:54 -07:00
parent b3da8a393c
commit 289c0ed27e
1 changed files with 0 additions and 1 deletions

View File

@ -117,7 +117,6 @@ if [[ "$DEVSTACK_GATE_SAHARA" -eq "1" ]] ; then
fi
PROJECTS="openstack/tripleo-heat-templates $PROJECTS"
PROJECTS="openstack/tripleo-image-elements $PROJECTS"
PROJECTS="openstack/tripleo-incubator $PROJECTS"
if [[ "$DEVSTACK_GATE_TROVE" -eq "1" ]] ; then
PROJECTS="openstack/trove $PROJECTS"
fi