From 152fbe3a38ea0fe17dd891f2c894b12afef0e915 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Fri, 10 Apr 2026 12:35:31 -0300 Subject: [PATCH] Fix CI: initialize all workspace members --- .forgejo/workflows/botserver.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/botserver.yaml b/.forgejo/workflows/botserver.yaml index 870a15ba..948ddb89 100644 --- a/.forgejo/workflows/botserver.yaml +++ b/.forgejo/workflows/botserver.yaml @@ -37,10 +37,9 @@ jobs: # Simple pull to get latest changes git -C gb-ws pull origin main - # Initialize submodules if needed + # Initialize all workspace member submodules cd gb-ws - git submodule update --init --depth 1 botlib - git submodule update --init --depth 1 botserver + git submodule update --init --depth 1 botlib botserver botapp botdevice bottest botui mkdir -p /home/gbuser/target