diff --git a/.forgejo/workflows/botserver.yaml b/.forgejo/workflows/botserver.yaml index 27be7b15..8ff23cea 100644 --- a/.forgejo/workflows/botserver.yaml +++ b/.forgejo/workflows/botserver.yaml @@ -34,10 +34,10 @@ jobs: cd botlib && git pull && cd .. fi - if [ ! -d src ]; then - git clone --depth 1 --branch main https://alm.pragmatismo.com.br/GeneralBots/BotServer.git src + if [ ! -d botserver ]; then + git clone --depth 1 --branch main https://alm.pragmatismo.com.br/GeneralBots/BotServer.git else - cd src && git pull && cd .. + cd botserver && git pull && cd .. fi if [ ! -d ~/workspace/gb-ws ]; then