Fix CI: initialize all workspace members
Some checks failed
BotServer CI/CD / build (push) Has been cancelled
Some checks failed
BotServer CI/CD / build (push) Has been cancelled
This commit is contained in:
parent
28f811bb7f
commit
152fbe3a38
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue