From 1fc48a155f76db1d34999a4f036640953635d890 Mon Sep 17 00:00:00 2001 From: Vishal Bhoj Date: Wed, 12 Apr 2017 16:39:32 +0530 Subject: get right ART_TOKEN Signed-off-by: Vishal Bhoj --- post-build-report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-build-report.py b/post-build-report.py index 2343ba5..2954349 100644 --- a/post-build-report.py +++ b/post-build-report.py @@ -161,7 +161,7 @@ if __name__ == '__main__': art_url = os.environ.get("ART_URL", "http://localhost:8000/") art_token = None if urlsplit(art_url).netloc.startswith('art-reports'): - art_token = os.environ.get("ART_TOKEN_ART_REPORTS") + art_token = os.environ.get("ART_TOKEN") elif urlsplit(art_url).netloc.startswith('android-qa-reports'): art_token = os.environ.get("ART_TOKEN_ANDROID_REPORTS") else: -- cgit v1.2.3