mirror of https://github.com/google/oss-fuzz.git
[infra] gcb: print log url.
This commit is contained in:
parent
96c52359cb
commit
ac2e937c8b
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue