From 6913b9224a1f296e8be3abdb6f1bc6277ffda292 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 1 Apr 2026 16:21:46 +0900 Subject: [PATCH] internal/rosa/git: recursively clone submodules There is generally no reason to disable this, so it was not made optional. Signed-off-by: Ophestra --- internal/rosa/git.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/rosa/git.go b/internal/rosa/git.go index abf74c95..142cd341 100644 --- a/internal/rosa/git.go +++ b/internal/rosa/git.go @@ -98,6 +98,7 @@ git \ -c advice.detachedHead=false \ clone \ --revision=`+rev+` \ + --recurse-submodules \ `+url+` \ /work rm -rf /work/.git