From d74a24a5f0d635e5628dab58d4ee2fc0ad2d60d8 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 14 Nov 2013 15:50:57 -0500 Subject: [PATCH] point to our dedicated vm Signed-off-by: Jason Etheridge --- qa/test.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/qa/test.sh b/qa/test.sh index cee0da701..623f640b2 100755 --- a/qa/test.sh +++ b/qa/test.sh @@ -1,10 +1,10 @@ #!/bin/bash -export TARGET_USER=evergreen -export TARGET_HOST=192.168.71.64 -export TARGET_PATH=/home/evergreen/ -export LOCAL_QA_GIT_PATH=/home/opensrf/git/random/ +export TARGET_USER=esi +export TARGET_HOST=192.168.25.129 +export TARGET_PATH=/home/esi/ +export LOCAL_QA_GIT_PATH=/home/live/git/random/ export LOCAL_QA_BRANCH=collab/phasefx/wheezy_installer -export LOCAL_HTML_PATH=/home/opensrf/public_html/ +export LOCAL_HTML_PATH=/home/live/public_html/ cd ${LOCAL_QA_GIT_PATH} || exit -1 git checkout ${LOCAL_QA_BRANCH} || exit -1 git fetch --all || exit -1 -- 2.11.0