[infra] gcb: print log url.

This commit is contained in:
Oliver Chang 2017-03-14 14:08:57 -07:00
parent 96c52359cb
commit ac2e937c8b
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ def main():
build_info = cloudbuild.projects().builds().create(projectId='clusterfuzz-external', body=build_body).execute()
build_id = build_info['metadata']['build']['id']
print >>sys.stderr, 'Logs:', build_info['metadata']['build']['logUrl']
print build_id