aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/jenkins/scripts/clone-all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/jenkins/scripts/clone-all.sh b/bootstrap/jenkins/scripts/clone-all.sh
index fbb8c24db..d9da805e3 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 git://gerrit-mirror-ap.onap.org/mirror/$p $p
+ git clone ssh://gerrit.onap.org:29418/$p $p
fi
done < projects.txt