CI: fix botui symlink path
Some checks failed
BotServer CI / build (push) Failing after 17s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-03-15 16:16:38 -03:00
parent 4f214f3d98
commit 321d744922

View file

@ -29,8 +29,9 @@ jobs:
# Clone botserver separately # Clone botserver separately
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
# Create symlink to botui in botserver directory # Create symlink to botui in botserver directory (expects ../../../../botui from src/designer/canvas_api/)
ln -sf ../botui botserver/botui cd botserver
ln -sf ../botui botui
# Remove all members except botserver and botlib from workspace # Remove all members except botserver and botlib from workspace
sed -i '/"botapp",/d' Cargo.toml sed -i '/"botapp",/d' Cargo.toml