Ignore create_pod_file failure for Compass latest deployment 17/37117/1
authorxudan <xudan16@huawei.com>
Mon, 10 Jul 2017 06:38:41 +0000 (02:38 -0400)
committerxudan <xudan16@huawei.com>
Mon, 10 Jul 2017 06:38:41 +0000 (02:38 -0400)
JIRA: DOVETAIL-460

Change-Id: Ibd89d338e94178fadcdfe533c71e4df74641b97c
Signed-off-by: xudan <xudan16@huawei.com>
jjb/dovetail/dovetail-run.sh

index 85bc54d..bf96fd4 100755 (executable)
@@ -69,6 +69,8 @@ else
     exit 1
 fi
 
+set +e
+
 sudo pip install virtualenv
 
 cd ${releng_repo}/modules
@@ -93,6 +95,8 @@ ${cmd}
 
 deactivate
 
+set -e
+
 cd ${WORKSPACE}
 
 if [ -f ${DOVETAIL_CONFIG}/pod.yaml ]; then