From f07d3a4ebf5af49c3ce303fe2b593fc5b2596506 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Mon, 22 Jun 2020 22:01:35 +0200 Subject: [PATCH] Update taskboot version --- .taskcluster.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index b1bfa8e18..67403c397 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -241,14 +241,14 @@ tasks: workerType: ci payload: maxRunTime: 3600 - image: "mozilla/taskboot:0.2.5" + image: "mozilla/taskboot:0.2.7" env: WINDOWS_BIN: rust-code-analysis-cli.exe command: - "/bin/sh" - "-cx" - "taskboot retrieve-artifact --output-path=. \ - --artifacts=$WINDOWS_BIN:public/$WINDOWS_BIN && + --artifacts=public/$WINDOWS_BIN && apk add --no-cache zip && strip $WINDOWS_BIN && zip -9 /rust-code-analysis-win-x86_64.zip $WINDOWS_BIN"