From 788f0839f7714a0022b741e702ac052fd89a1023 Mon Sep 17 00:00:00 2001 From: yaokai13 Date: Mon, 19 Apr 2021 11:49:35 +0800 Subject: [PATCH] change RELEASE_SERVER_IP to another --- script/setup_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup_env.sh b/script/setup_env.sh index 53a7644..62b221f 100644 --- a/script/setup_env.sh +++ b/script/setup_env.sh @@ -10,7 +10,7 @@ export OS_VERSION="$(echo ${tmp//:/-})" export OBS_UI_IP="172.16.1.81" export OBS_SERVER_IP="172.16.1.95" -export RELEASE_SERVER_IP="172.16.1.241" +export RELEASE_SERVER_IP="172.16.1.29" export RELEASE_SERVER_PORT="30322" if [ -n "${RELEASE_SERVER_PORT}" ];then export SSHPORT="-p ${RELEASE_SERVER_PORT}" -- Gitee