Fixup CI command failures. (#20291)

This commit is contained in:
Nick Brassel 2023-03-29 16:48:57 +11:00 committed by GitHub
parent 6bdbf77238
commit d31d1488e8
Failed to generate hash of commit
2 changed files with 7 additions and 3 deletions

View file

@ -19,3 +19,5 @@ dump_failure_info() {
for failure_file in $(find "$qmk_firmware_dir/.build" -name 'failed.log.*' | sort); do
dump_failure_info "$failure_file"
done
exit 0