Replace git.openstack.org URLs with opendev.org URLs

Change-Id: Id612a46287fe03efc0115232b3f8cd7b79884a52
This commit is contained in:
melissaml 2019-05-09 20:28:36 +08:00
parent de7f4c719c
commit 5bbdcba0dd
1 changed files with 1 additions and 1 deletions

View File

@ -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