Update builds_status.py

This commit is contained in:
Oliver Chang 2017-08-10 17:19:52 -07:00 committed by GitHub
parent 3798742fa7
commit 32c3befdf8
1 changed files with 1 additions and 1 deletions

View File

@ -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):