Fix workspace directory structure
Some checks failed
BotServer CI/CD / build (push) Failing after 2s
Some checks failed
BotServer CI/CD / build (push) Failing after 2s
This commit is contained in:
parent
29a87e3694
commit
41b502ef9a
1 changed files with 3 additions and 3 deletions
|
|
@ -34,10 +34,10 @@ jobs:
|
||||||
cd botlib && git pull && cd ..
|
cd botlib && git pull && cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d src ]; then
|
if [ ! -d botserver ]; then
|
||||||
git clone --depth 1 --branch main https://alm.pragmatismo.com.br/GeneralBots/BotServer.git src
|
git clone --depth 1 --branch main https://alm.pragmatismo.com.br/GeneralBots/BotServer.git
|
||||||
else
|
else
|
||||||
cd src && git pull && cd ..
|
cd botserver && git pull && cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d ~/workspace/gb-ws ]; then
|
if [ ! -d ~/workspace/gb-ws ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue