From: DR695H Date: Thu, 9 May 2019 21:45:00 +0000 (-0400) Subject: fork python-testing-utils for dublin X-Git-Tag: 1.4.0~20 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F04%2F87404%2F2;p=testsuite.git fork python-testing-utils for dublin Change-Id: Ia925a6e0a2facd77807e18aca1dea8798fcea956 Issue-ID: TEST-144 Signed-off-by: DR695H --- diff --git a/setup.sh b/setup.sh index 55a422e2..96da0bde 100755 --- 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