gzip’ed artifact

This commit is contained in:
Simon Sapin 2018-08-30 14:53:19 +02:00
parent 59ab0f85d5
commit adb4f10d80
2 changed files with 4 additions and 3 deletions

View file

@ -34,10 +34,10 @@ payload = {
""" % os.environ,
],
"artifacts": {
"public/executable": {
"public/executable.gz": {
"type": "file",
"path": "/repo/something-rust/target/release/something-rust",
"expires": taskcluster.fromNowJSON("1 month"),
"path": "/repo/something-rust/something-rust.gz",
"expires": taskcluster.fromNowJSON("1 week"),
},
},
},