diff options
author | DR695H <dr695h@att.com> | 2019-05-09 17:45:00 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-05-10 11:18:02 -0400 |
commit | 6a3482599f8e9e1d694db9c58967da5cb0f5e338 (patch) | |
tree | 7274ae8a67ef55381e0166323d20eccb72c5523b | |
parent | 87a649aff716b583505c8753c8f6295b91a8d0bd (diff) |
fork python-testing-utils for dublin
Change-Id: Ia925a6e0a2facd77807e18aca1dea8798fcea956
Issue-ID: TEST-144
Signed-off-by: DR695H <dr695h@att.com>
-rwxr-xr-x | setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |