bugfix: unexpected file end for support SUT branches
[releng.git] / jjb / bottlenecks / bottlenecks-run-suite.sh
index 4ec079d..74b62b5 100644 (file)
@@ -47,6 +47,7 @@ if [[ $SUITE_NAME == *posca* ]]; then
     else
         echo "BOTTLENECKS ERROR: couldn't find openstack rc file: ${OPENRC}, please check if the it's been properly provided."
         exit 1
+    fi
 
     echo "INFO: pulling Bottlenecks docker ${DOCKER_TAG}"
     docker pull opnfv/bottlenecks:${DOCKER_TAG} >$redirect
@@ -69,4 +70,4 @@ if [[ $SUITE_NAME == *posca* ]]; then
 
     echo "Bottlenecks: cleaning up docker-compose images and dockers"
     docker-compose -f $WORKSPACE/docker/bottleneck-compose/docker-compose.yml down --rmi all
-fi
\ No newline at end of file
+fi