aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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