From 3ae5e59e96a2d0bdd1dc1f80f7051c04a8357ffe Mon Sep 17 00:00:00 2001 From: andrewc Date: Tue, 24 Oct 2023 15:48:52 +1000 Subject: [PATCH] Sync submodule before update --- kibot-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/kibot-ci.yml b/kibot-ci.yml index 813ad55..c48fdda 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -123,6 +123,7 @@ image: REPO=$(basename $(git remote get-url origin)) cd $CI_PROJECT_DIR git submodule set-url $d https://ci_push:$TOKEN@gitlab.com/Micromelon/education/hardware/$REPO + git submodule sync $d git submodule update --init --remote --merge $d done git submodule status