From 2e6695205593a79c92b7dbc89d8700034fa0ff0f Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 20 Sep 2018 17:32:41 +0200 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20count=20on=20gzip=E2=80=99s=20i?= =?UTF-8?q?n-place=20behavior?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- decision-task.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/decision-task.py b/decision-task.py index c109cc587b5..0729d75b375 100644 --- a/decision-task.py +++ b/decision-task.py @@ -73,10 +73,10 @@ def main(): script=""" ./mach build --release --with-debug-assertions -p servo ./etc/ci/lockfile_changed.sh - gzip target/release/servo + gzip target/release/servo --stdout > /servo.gz """, artifacts=[ - ("/repo/target/release/servo.gz", build_artifacts_expiry), + ("/servo.gz", build_artifacts_expiry), ], **build_kwargs )