From afc1a4faab457171fb5ea2b196563bbd7cf28207 Mon Sep 17 00:00:00 2001 From: andrewc Date: Tue, 24 Oct 2023 15:40:27 +1000 Subject: [PATCH] Only update libs submodules in push job --- kibot-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibot-ci.yml b/kibot-ci.yml index 691b1f7..813ad55 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -123,8 +123,8 @@ 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 update --init --remote --merge $d done - git submodule update --init --remote --merge git submodule status git submodule foreach git log -1 cd $CI_PROJECT_DIR