From 87e6a2932342aa3ec793bada4ed5bd68247c6c26 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 30 Apr 2019 15:21:34 -0700 Subject: 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 --- .gitmodules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit 1.2.3-korg