mirror of
https://github.com/servo/servo.git
synced 2025-07-03 13:33:39 +01:00
gzip’ed artifact
This commit is contained in:
parent
59ab0f85d5
commit
adb4f10d80
2 changed files with 4 additions and 3 deletions
|
@ -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"),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue