From fa65d5e060d76b3d8f204d4c61f4b02002592a21 Mon Sep 17 00:00:00 2001 From: andrewc Date: Tue, 24 Oct 2023 14:46:00 +1000 Subject: [PATCH] Added --remote to submodule update flags, so that the branch is checked out --- kibot-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/kibot-ci.yml b/kibot-ci.yml index a18d1d4..f2e6bb3 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -10,6 +10,7 @@ variables: GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_DEPTH: 1 GIT_SUBMODULE_FORCE_HTTPS: "true" + GIT_SUBMODULE_UPDATE_FLAGS: --remote stages: - gen_mech