Fix base builder exception. (#12623)

This commit is contained in:
Oliver Chang 2024-10-21 15:00:54 +11:00 committed by GitHub
parent 10350f5492
commit 4b20cd8564
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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,