mirror of https://github.com/google/oss-fuzz.git
[clusterfuzzlite] Upload builds after doing bad build check (#6712)
Builds shouldn't be uploaded if the check fails. Fixes: https://github.com/google/oss-fuzz/issues/6667
This commit is contained in:
parent
459217ef10
commit
4fd64a3792
|
@ -127,8 +127,8 @@ class Builder: # pylint: disable=too-many-instance-attributes
|
|||
self.build_image_and_checkout_src,
|
||||
self.build_fuzzers,
|
||||
self.remove_unaffected_fuzz_targets,
|
||||
self.check_fuzzer_build,
|
||||
self.upload_build,
|
||||
self.check_fuzzer_build,
|
||||
]
|
||||
for method in methods:
|
||||
if not method():
|
||||
|
|
Loading…
Reference in New Issue