Fix CI: Remove tee that causes permission error
Some checks failed
BotServer CI/CD / build (push) Failing after 1s
Some checks failed
BotServer CI/CD / build (push) Failing after 1s
This commit is contained in:
parent
ceac526bc5
commit
3f11122eb7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue