fix(ci): minimal checkout - clone only botlib submodule

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-01-25 14:11:28 -03:00
parent 68ae908506
commit 3272a49a32

View file

@ -26,7 +26,10 @@ jobs:
- name: Setup Workspace - name: Setup Workspace
run: | run: |
git clone --depth 1 --recursive --shallow-submodules https://alm.pragmatismo.com.br/GeneralBots/gb.git workspace git clone --depth 1 https://alm.pragmatismo.com.br/GeneralBots/gb.git workspace
cd workspace
git submodule update --init --depth 1 botlib
cd ..
rm -rf workspace/botserver rm -rf workspace/botserver
mv botserver workspace/botserver mv botserver workspace/botserver