diff --git a/script/setup_env.sh b/script/setup_env.sh index 53a764416d34d7a0c1f5c0b4a0b58f68f07312d0..62b221fc445b71d4057fb31177de532be30dff99 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}"