diff --git a/.forgejo/workflows/botserver.yaml b/.forgejo/workflows/botserver.yaml index 49f3aeaaf..91f96ad20 100644 --- a/.forgejo/workflows/botserver.yaml +++ b/.forgejo/workflows/botserver.yaml @@ -26,7 +26,10 @@ jobs: - name: Setup Workspace 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 mv botserver workspace/botserver