aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-05-09 17:45:00 -0400
committerDR695H <dr695h@att.com>2019-05-10 11:18:02 -0400
commit6a3482599f8e9e1d694db9c58967da5cb0f5e338 (patch)
tree7274ae8a67ef55381e0166323d20eccb72c5523b
parent87a649aff716b583505c8753c8f6295b91a8d0bd (diff)
fork python-testing-utils for dublin
Change-Id: Ia925a6e0a2facd77807e18aca1dea8798fcea956 Issue-ID: TEST-144 Signed-off-by: DR695H <dr695h@att.com>
-rwxr-xr-xsetup.sh4
1 files 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