[infra] do not create build topic

This commit is contained in:
Mike Aizatsky 2017-03-14 09:52:10 -07:00
parent 8f6704f44a
commit 9b4e643489
1 changed files with 0 additions and 4 deletions

View File

@ -70,10 +70,6 @@ def main():
print build_id
# Create pub/sub topic for build logs.
log_topic = gcb_build.create_log_topic(build_id)
gcb_build.create_sink(log_topic, build_id)
if __name__ == "__main__":
main()