commit | 58f11011e7f1876b5282e4b97e262384f1968897 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat May 03 20:48:03 2014 -0500 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat May 03 20:48:03 2014 -0500 |
tree | 727db1f9b3cc5ad953b1f993cee474e713c2a649 | |
parent | 13936fd4732652e8f2f191b6cd9999d3224a6805 [diff] |
Fix jenkins artifact download for release automation
diff --git a/tasks.py b/tasks.py index c205ac8..9ffdc8a 100644 --- a/tasks.py +++ b/tasks.py
@@ -62,7 +62,7 @@ response.raise_for_status() for artifact in response.json()["artifacts"]: response = requests.get( - "{0}artifacts/{1}".format(run["url"], artifact["relativePath"]) + "{0}artifact/{1}".format(run["url"], artifact["relativePath"]) ) out_path = os.path.join( os.path.dirname(__file__),