Update generate.yml

This commit is contained in:
Igor Pečovnik
2023-03-05 18:50:40 +01:00
committed by GitHub
parent 064c527de0
commit 0b14208247

View File

@@ -96,4 +96,5 @@ jobs:
run: |
# BRANCH and BOARD are in the env, but Docker doesn't know that; (sudo has --preserve-env). So we need to pass them as args.
# SHARE_LOG=yes to share logs to pastebin
sudo rm -rf output/debs/* || true
bash ./compile.sh kernel "BRANCH=${{env.BRANCH}}" "BOARD=${{env.BOARD}}" SHARE_LOG=yes CLEAN_LEVEL="alldebs"