fix: Clone botserver to temp dir then replace submodule to avoid workspace conflict
Some checks failed
BotServer CI / build (push) Failing after 11m40s
Some checks failed
BotServer CI / build (push) Failing after 11m40s
This commit is contained in:
parent
6e54799973
commit
cac045d98a
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ jobs:
|
||||||
git clone --depth 1 --branch main https://alm.pragmatismo.com.br/GeneralBots/gb.git workspace
|
git clone --depth 1 --branch main https://alm.pragmatismo.com.br/GeneralBots/gb.git workspace
|
||||||
cd workspace
|
cd workspace
|
||||||
git submodule update --init --depth 1 botlib
|
git submodule update --init --depth 1 botlib
|
||||||
git clone --depth 1 --branch main https://alm.pragmatismo.com.br/GeneralBots/BotServer.git botserver
|
git clone --depth 1 --branch main https://alm.pragmatismo.com.br/GeneralBots/BotServer.git botserver-ci
|
||||||
|
rm -rf botserver && mv botserver-ci botserver
|
||||||
sed -i '/"botapp",/d' Cargo.toml
|
sed -i '/"botapp",/d' Cargo.toml
|
||||||
sed -i '/"botdevice",/d' Cargo.toml
|
sed -i '/"botdevice",/d' Cargo.toml
|
||||||
sed -i '/"bottest",/d' Cargo.toml
|
sed -i '/"bottest",/d' Cargo.toml
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue