diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-04-08 15:36:51 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-04-08 15:41:20 -0700 |
commit | 02d480fa7e40888427c1cfe08113946682089462 (patch) | |
tree | 05bb178aa690a6aa00eb68aadd87cd1551fd0022 | |
parent | 9a1e2e165e7b35f99a4fdc1916705b1736070565 (diff) |
Switch submodule URLcode-transfer
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 <jwagantall@linuxfoundation.org>
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |