From 02d480fa7e40888427c1cfe08113946682089462 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 8 Apr 2019 15:36:51 -0700 Subject: Switch submodule URL Use Gerrit URL instead of Github to allow fetching refs/changes and apply them in the verify job. Change-Id: I2e5341a159c527f178d5e81ae922cabbed4807db Issue-ID: CIMAN-250 Signed-off-by: Jessica Wagantall --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 6bf0062c13..b54f5d9bbe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "kubernetes/aai"] path = kubernetes/aai - url = https://github.com/onap/aai-oom + url = https://gerrit.onap.org/r/aai/oom -- cgit 1.2.3-korg