Fix CI: force submodule update with proper YAML indentation
All checks were successful
BotServer CI/CD / build (push) Successful in 5m56s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-10 15:28:39 -03:00
parent 464d9f88ba
commit 54c317dbbc

View file

@ -37,15 +37,15 @@ jobs:
# Simple pull to get latest changes
git -C gb-ws pull origin main
# Initialize/update all workspace member submodules
cd gb-ws
git submodule sync
git submodule update --init --depth 1 botlib botserver botapp botdevice bottest botui
# Force submodule update to match parent repo
git submodule foreach "git fetch origin main && git checkout origin/main || git checkout main || true"
# Initialize/update all workspace member submodules
cd gb-ws
git submodule sync
git submodule update --init --depth 1 botlib botserver botapp botdevice bottest botui
mkdir -p /home/gbuser/target
# Force submodule update to match parent repo
git submodule foreach "git fetch origin main && git checkout origin/main || git checkout main || true"
mkdir -p /home/gbuser/target
- name: Cache sccache
uses: actions/cache@v4