From 6a3482599f8e9e1d694db9c58967da5cb0f5e338 Mon Sep 17 00:00:00 2001 From: DR695H Date: Thu, 9 May 2019 17:45:00 -0400 Subject: [PATCH] fork python-testing-utils for dublin Change-Id: Ia925a6e0a2facd77807e18aca1dea8798fcea956 Issue-ID: TEST-144 Signed-off-by: DR695H --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.16.6