From: Jessica Wagantall Date: Tue, 30 Apr 2019 22:21:34 +0000 (-0700) Subject: Fix submodule URL X-Git-Tag: 4.0.0-ONAP~174 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F88%2F86688%2F1;p=oom.git Fix submodule URL Fix to use gerrit canonicalWebUrl to be able to allow subscriptions to the latest tip of the branches. Change-Id: I70ca6e9e8c19f30995c59df64639b4fcc09a20f7 Issue-ID: CIMAN-250 Signed-off-by: Jessica Wagantall --- diff --git a/.gitmodules b/.gitmodules index b54f5d9bbe..31bff54529 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,5 @@ [submodule "kubernetes/aai"] path = kubernetes/aai - url = https://gerrit.onap.org/r/aai/oom + url = ../aai/oom + branch = . + ignore = dirty