From 32c3befdf8164fd1fec7474439a5dfccef4849d6 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Thu, 10 Aug 2017 17:19:52 -0700 Subject: [PATCH] Update builds_status.py --- infra/gcb/builds_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/gcb/builds_status.py b/infra/gcb/builds_status.py index 039ff8952..07aa20423 100755 --- a/infra/gcb/builds_status.py +++ b/infra/gcb/builds_status.py @@ -60,7 +60,7 @@ def upload_status(successes, failures): blob.cache_control = 'no-cache' blob.upload_from_string( json.dumps(data), - content_type='text/html') + content_type='application/json') def is_build_successful(build):