Fix workspace directory structure
Some checks failed
BotServer CI/CD / build (push) Failing after 2s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-17 20:52:44 -03:00
parent 29a87e3694
commit 41b502ef9a

View file

@ -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