diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-11-01 16:51:28 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-11-01 16:56:00 -0700 |
commit | 528b68f0edde4f8c5cc6d7875ba203c81f2b9243 (patch) | |
tree | b37aa96677dba7bf54609281df5201aa7d27559b /bootstrap/jenkins | |
parent | 785fd86914c920d4dcea437309e5f80c267274a2 (diff) |
Test clone from AP gerrit mirror
Change-Id: I5181b1f0740d2aa5a058850cda0ff4b90b7d933d
Issue-ID: INT-146
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'bootstrap/jenkins')
-rwxr-xr-x | bootstrap/jenkins/scripts/clone-all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/jenkins/scripts/clone-all.sh b/bootstrap/jenkins/scripts/clone-all.sh index d9da805e3..fbb8c24db 100755 --- a/bootstrap/jenkins/scripts/clone-all.sh +++ b/bootstrap/jenkins/scripts/clone-all.sh @@ -12,6 +12,6 @@ while read p; do if [ ! -e $p ]; then echo $p - git clone ssh://gerrit.onap.org:29418/$p $p + git clone git://gerrit-mirror-ap.onap.org/mirror/$p $p fi done < projects.txt |