Fix CI: initialize all workspace members
Some checks failed
BotServer CI/CD / build (push) Has been cancelled

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-10 12:35:31 -03:00
parent 28f811bb7f
commit 152fbe3a38

View file

@ -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