diff --git a/.forgejo/workflows/botserver.yaml b/.forgejo/workflows/botserver.yaml index 714f6b842..ab743fc05 100644 --- a/.forgejo/workflows/botserver.yaml +++ b/.forgejo/workflows/botserver.yaml @@ -26,7 +26,7 @@ jobs: - name: Setup Workspace run: | - git clone --recursive https://alm.pragmatismo.com.br/GeneralBots/gb.git workspace + git clone --depth 1 --recursive https://alm.pragmatismo.com.br/GeneralBots/gb.git workspace rm -rf workspace/botserver mv botserver workspace/botserver diff --git a/PROMPT.md b/PROMPT.md index b7806af50..2c9706cd1 100644 --- a/PROMPT.md +++ b/PROMPT.md @@ -231,7 +231,7 @@ When configuring CI/CD pipelines (e.g., Forgejo Actions): ```yaml - name: Setup Workspace run: | - git clone --recursive https://alm.pragmatismo.com.br/GeneralBots/gb.git workspace + git clone --depth 1 --recursive https://alm.pragmatismo.com.br/GeneralBots/gb.git workspace rm -rf workspace/botserver mv botserver workspace/botserver ```