Fix CI: Remove tee that causes permission error
Some checks failed
BotServer CI/CD / build (push) Failing after 1s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-17 17:55:44 -03:00
parent ceac526bc5
commit 3f11122eb7

View file

@ -82,7 +82,7 @@ jobs:
run: |
export PATH="/home/gbuser/.cargo/bin:/home/gbuser/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin:$PATH"
sccache --start-server 2>/dev/null || true
cargo build --package botserver 2>&1 | tee /tmp/build.log
cargo build --package botserver 2>2>&1 | tee /tmp/build.log1
sccache --stop-server 2>/dev/null || true
- name: Deploy