aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-04-07 13:43:19 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-04-07 13:43:19 +0000
commit3124b5547d40137c580d17d1b1f6020073536726 (patch)
treeea2637e2995cc13b01442b681055f4e7da58262e
parent15d2a9cf3ce65b503c1c5fdbf708bd2a0571999d (diff)
tcwg-buildapp: print environment to help debug.
Change-Id: Ia97a246b6367e8e6db9f1da7b068c767c5abbaa6
-rw-r--r--tcwg-buildapp.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcwg-buildapp.yaml b/tcwg-buildapp.yaml
index 5e329c4953..48873a0c3c 100644
--- a/tcwg-buildapp.yaml
+++ b/tcwg-buildapp.yaml
@@ -82,6 +82,7 @@
#!/bin/bash
set -ex
+ env
git clone -b $scripts_branch --depth 1 https://git-us.linaro.org/toolchain/jenkins-scripts
case ${label} in
tcwg-x86_64-build) host_arch=amd64 ;;