diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-03-16 15:16:12 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-03-21 18:25:21 +0800 |
commit | 6c077560e1cd2293fb9c6fac9065f11e555b1bbb (patch) | |
tree | d4f5a2ec3cd429c7355e922184a6276d7009d54a /ci | |
parent | fd49859523e1914bece099b326ea723068e33262 (diff) |
bugfix hardcoded network configuration
Change-Id: I1fb6036a2805ccb9bdbe23622514ccd9d997c1a5
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy/deploy.sh | 4 |
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 # |