From 5bbdcba0dd8747f080831b9b8be374ff3f6426d9 Mon Sep 17 00:00:00 2001 From: melissaml Date: Thu, 9 May 2019 20:28:36 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: Id612a46287fe03efc0115232b3f8cd7b79884a52 --- common/build_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build_common.sh b/common/build_common.sh index 46cae77..8348690 100755 --- a/common/build_common.sh +++ b/common/build_common.sh @@ -23,7 +23,7 @@ fi # This should only be done on the stack forge system if [ "${BUILD_COMMON}" = "true" ]; then - git clone -b ${BRANCH} https://git.openstack.org/openstack/monasca-common + git clone -b ${BRANCH} https://opendev.org/openstack/monasca-common cd monasca-common ${MVN} clean ${MVN} install