Skip to content

Commit

Permalink
remove wrong todo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverchang committed Jan 23, 2024
1 parent 93b345f commit cba5a5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/build/functions/build_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,5 @@ def cancel_build(build_id, credentials, cloud_project):
credentials=credentials,
cache_discovery=False,
client_options=US_CENTRAL_CLIENT_OPTIONS)
# TODO(ochang): Avoid hardcoding us-central1.
cloudbuild.projects().builds().cancel(projectId=cloud_project,
id=build_id).execute()

0 comments on commit cba5a5c

Please sign in to comment.