summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-03-16 15:16:12 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2017-03-21 18:25:21 +0800
commit6c077560e1cd2293fb9c6fac9065f11e555b1bbb (patch)
treed4f5a2ec3cd429c7355e922184a6276d7009d54a /ci
parentfd49859523e1914bece099b326ea723068e33262 (diff)
bugfix hardcoded network configuration
Change-Id: I1fb6036a2805ccb9bdbe23622514ccd9d997c1a5 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'ci')
-rwxr-xr-xci/deploy/deploy.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/deploy/deploy.sh b/ci/deploy/deploy.sh
index 0317d0ba..e0ee6a49 100755
--- a/ci/deploy/deploy.sh
+++ b/ci/deploy/deploy.sh
@@ -347,9 +347,11 @@ fi
if [ $IS_BARE == 0 ];then
echo "============post deploy====================="
- ssh $SSH_PARAS $DAISY_IP "python ${REMOTE_SPACE}/deploy/post/execute.py"
+ ssh $SSH_PARAS $DAISY_IP "bash $REMOTE_SPACE/deploy/post.sh -n $NETWORK"
fi
+echo "============deploy success==================="
+
exit 0
#