From 4cdf1299ac3e38f69cffa19fa452c85c1e6fdd35 Mon Sep 17 00:00:00 2001 From: Ruben Vargas Date: Wed, 15 Dec 2021 18:32:36 -0600 Subject: [PATCH] Specify branch in submodules (#3452) Signed-off-by: Ruben Vargas --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index caace6555b6..8b595b5afef 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,8 @@ [submodule "idl"] path = idl url = https://github.com/jaegertracing/jaeger-idl.git + branch = main [submodule "jaeger-ui"] path = jaeger-ui url = https://github.com/jaegertracing/jaeger-ui.git + branch = main