fix(workflows): clean up node.yaml by removing unnecessary commented-out commands
All checks were successful
GBCI / build (push) Successful in 4s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-03-28 09:11:28 -03:00
parent 00ed68281e
commit 337848b241

View file

@ -47,4 +47,4 @@ jobs:
pkill -f "node ./boot.mjs" || true pkill -f "node ./boot.mjs" || true
nohup /opt/gbo/bin/start-botserver.sh & nohup bash -c "exec -a BotServer /opt/gbo/bin/start-botserver.sh &" && sleep 3