mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Make it easier to debug Taskcluster runs
Print out each command before it is run, to help debug future Taskcluster issues.
This commit is contained in:
parent
f41377f10d
commit
6861f9bdcf
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ set -o errexit
|
|||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
set -x
|
||||
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y
|
||||
export PATH="${HOME}/.cargo/bin:${PATH}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue