CI: copy botui instead of symlink
Some checks failed
BotServer CI / build (push) Has been cancelled

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-03-15 16:18:55 -03:00
parent 321d744922
commit 749db895bb

View file

@ -29,9 +29,8 @@ jobs:
# Clone botserver separately
git clone --depth 1 --branch main https://alm.pragmatismo.com.br/GeneralBots/BotServer.git botserver
# Create symlink to botui in botserver directory (expects ../../../../botui from src/designer/canvas_api/)
cd botserver
ln -sf ../botui botui
# Copy botui files needed for compilation
cp -r botui botserver/
# Remove all members except botserver and botlib from workspace
sed -i '/"botapp",/d' Cargo.toml