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:
Aneesh Agrawal 2018-05-20 18:40:24 -07:00
parent f41377f10d
commit 6861f9bdcf

View file

@ -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}"