mirror of https://github.com/google/oss-fuzz.git
Fix base builder exception. (#12623)
This commit is contained in:
parent
10350f5492
commit
4b20cd8564
|
@ -76,7 +76,8 @@ def run_build(steps, images, tags=None, build_version=MAJOR_TAG):
|
|||
'machineType': 'E2_HIGHCPU_32'
|
||||
},
|
||||
}
|
||||
return build_lib.run_build(steps,
|
||||
return build_lib.run_build(''
|
||||
steps,
|
||||
credentials,
|
||||
BASE_PROJECT,
|
||||
TIMEOUT,
|
||||
|
|
Loading…
Reference in New Issue