fork python-testing-utils for dublin 04/87404/2
authorDR695H <dr695h@att.com>
Thu, 9 May 2019 21:45:00 +0000 (17:45 -0400)
committerDR695H <dr695h@att.com>
Fri, 10 May 2019 15:18:02 +0000 (11:18 -0400)
Change-Id: Ia925a6e0a2facd77807e18aca1dea8798fcea956
Issue-ID: TEST-144
Signed-off-by: DR695H <dr695h@att.com>
setup.sh

index 55a422e..96da0bd 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -47,9 +47,9 @@ else
        if [ -d ~/python-testing-utils ]
        then
                cd python-testing-utils
-               git pull origin master
+               git pull origin dublin
        else
-               git clone https://gerrit.onap.org/r/testsuite/python-testing-utils.git
+               git clone  -b dublin https://gerrit.onap.org/r/testsuite/python-testing-utils.git
                cd python-testing-utils
        fi
 fi