Skip to content

Commit

Permalink
Update taskboot version (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 authored Jun 23, 2020
1 parent 4ba762c commit 14ce1ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 14ce1ff

Please sign in to comment.