summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--post-build-report.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/post-build-report.py b/post-build-report.py
index ae9da94..a0b8eb0 100644
--- a/post-build-report.py
+++ b/post-build-report.py
@@ -130,9 +130,9 @@ if __name__ == '__main__':
elif urlsplit(art_url).netloc.startswith('android-qa-reports'):
art_token = os.environ.get("ART_TOKEN_ANDROID_REPORTS")
- manifest = _get_manifest(os.environ.get("WORKSPACE"))
+ manifest = _get_manifest("./artifacts")
test_jobs = os.environ.get("LAVA_JOB_IDS", "")
- results = _results(os.environ.get("WORKSPACE"))
+ results = _results("./artifacts")
if jenkins_build_number is None:
print "Build number not set. Exiting!"