Initialize botui submodule in CI
This commit is contained in:
parent
750a2cd355
commit
b0f2bae2dd
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ jobs:
|
||||||
git clone --depth 1 https://alm.pragmatismo.com.br/GeneralBots/gb.git workspace
|
git clone --depth 1 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 submodule update --init --depth 1 botui
|
||||||
# Remove missing members from workspace to prevent Cargo errors
|
# Remove missing members from workspace to prevent Cargo errors
|
||||||
sed -i '/"botapp",/d' Cargo.toml
|
sed -i '/"botapp",/d' Cargo.toml
|
||||||
sed -i '/"botdevice",/d' Cargo.toml
|
sed -i '/"botdevice",/d' Cargo.toml
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue