summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--post-build-report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/post-build-report.py b/post-build-report.py
index 8f74adf..37d0a42 100644
--- a/post-build-report.py
+++ b/post-build-report.py
@@ -167,7 +167,7 @@ if __name__ == '__main__':
"results": results
}
+ _push_object(art_token, art_url, RESULT_ENDPOINT, params)
params.pop('manifest')
print params
- _push_object(art_token, art_url, RESULT_ENDPOINT, params)