Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverchang committed Oct 21, 2024
1 parent 4b20cd8 commit 8186d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/build/functions/base_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def run_build(steps, images, tags=None, build_version=MAJOR_TAG):
'machineType': 'E2_HIGHCPU_32'
},
}
return build_lib.run_build(''
return build_lib.run_build('',
steps,
credentials,
BASE_PROJECT,
Expand Down

0 comments on commit 8186d17

Please sign in to comment.