Add command to truncate error log file

This commit is contained in:
Théophile Diot 2024-02-21 11:05:52 +01:00
parent cc0abda3f0
commit c8bc2b5eeb
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -116,6 +116,7 @@ jobs:
}' | tee plugin.json
zip discord.zip plugin.json
rm plugin.json
sudo truncate -s 0 /var/log/bunkerweb/error.log
./tests.sh "linux" ${{ inputs.TEST }}
env:
MODE: ${{ inputs.RELEASE }}