Replace opencord.org with lfbroadband.org
This replaces all instances of opencord.org with lfbroadband.org, with
the exception of email addresses, which are not yet migrated.
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: Id34a12b75668e2cab6b6bc76f148f030324ac276
diff --git a/jjb/pipeline/kubespray-install.groovy b/jjb/pipeline/kubespray-install.groovy
index 89a1124..e6cdf0c 100644
--- a/jjb/pipeline/kubespray-install.groovy
+++ b/jjb/pipeline/kubespray-install.groovy
@@ -25,7 +25,7 @@
steps {
sh '''
pushd $WORKSPACE
- git clone https://gerrit.opencord.org/automation-tools
+ git clone https://gerrit.lfbroadband.org/automation-tools
popd
'''
}