X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopendaylight-infra-stack.sh;h=a63d0ea4ba083efe34176eb072ce25d81aca008d;hb=355839ebd1ebf8697319105b6c6c4d562dfcfd68;hp=972ec210a087332af21927858ae2c7656396460a;hpb=336746184cb6caef08b13fe9ee153a87ae860727;p=releng%2Fbuilder.git diff --git a/jjb/opendaylight-infra-stack.sh b/jjb/opendaylight-infra-stack.sh index 972ec210a..a63d0ea4b 100644 --- a/jjb/opendaylight-infra-stack.sh +++ b/jjb/opendaylight-infra-stack.sh @@ -19,8 +19,8 @@ pip install --upgrade cmd2==0.8.5 python-openstackclient python-heatclient pip freeze # TODO: Remove the if-statement once we have fully migrated to /opt/ciman -if [ -d "/opt/ciman" ]; then - cd /opt/ciman || exit 1 +if [ -d "/opt/ciman/openstack-hot" ]; then + cd /opt/ciman/openstack-hot || exit 1 else cd /builder/openstack-hot || exit 1 fi