From 8131708e7a6f5617ce4f2eb24d40cc4308b54f2d Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Tue, 16 Feb 2016 13:11:19 -0500 Subject: sfc and odl version updates - reverting the patched growfs bug kernel - updating ODL to RC 3.1 - syntax fix on error inventory syntax check Change-Id: I4c8f2bd648a2caa1caa2d33650bf1b73824f7179 Signed-off-by: Dan Radez cherry-picked from 01b56b61e6dc1f4eb34787fca498eb624a2dcb64 --- ci/deploy.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ci/deploy.sh') diff --git a/ci/deploy.sh b/ci/deploy.sh index 931881da..c89dd584 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -303,7 +303,10 @@ parse_inventory_file() { exit 1 fi - eval $(parse_yaml $INVENTORY_FILE) || ( echo "${red}Failed to parse inventory.yaml. Aborting.${reset}" && exit 1 ) + eval $(parse_yaml $INVENTORY_FILE) || { + echo "${red}Failed to parse inventory.yaml. Aborting.${reset}" && + exit 1 + } instack_env_output=" { -- cgit 1.2.3-korg