From 7ee5c95db62d13d860d51974aa9c0a14404cee56 Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Mon, 27 Mar 2017 11:53:39 +0800 Subject: run without sudo Jenkins can't remove some dir generate by sudo and leads to CI error for following tasks. Change codes to run ./opera_launch.sh without sudo Change-Id: Iaebd7e1fbdf413a91cc55c77e1b5c6915cfc86d6 Signed-off-by: Harry Huang --- opera_launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opera_launch.sh') diff --git a/opera_launch.sh b/opera_launch.sh index 18b0ca8..908bda9 100755 --- a/opera_launch.sh +++ b/opera_launch.sh @@ -30,7 +30,7 @@ source ${JUJU_DIR}/command.sh source ${JUJU_DIR}/juju_setup.sh source ${JUJU_DIR}/juju_launch.sh source ${JUJU_DIR}/juju_connect.sh -source ${JUJU_DIR}/vims_deploy.sh +#source ${JUJU_DIR}/vims_deploy.sh mkdir -p $WORK_DIR -- cgit 1.2.3-korg