commit | 9b3ff733a4de433334da9d98597d37fa3c783ea9 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Fri Oct 13 14:53:22 2023 +0300 |
committer | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Fri Oct 13 14:53:22 2023 +0300 |
tree | 324e09e21274cdff9f966423318f7f627bb30a58 | |
parent | 426c7252b9d1eb5845602fbde304784dd2a4fa6a [diff] |
clone.sh: Run with shell tracing Required to debug https://linaro.atlassian.net/browse/TFC-210, but as any issue may appear at any time, it should always run like that. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> Change-Id: I2a55f883d88f0043d78852d26c4c0d0fc6977eba
diff --git a/clone.sh b/clone.sh index 7972516..e5d0531 100755 --- a/clone.sh +++ b/clone.sh
@@ -27,7 +27,7 @@ # is triggered manually from the buider job itself. # -set -e +set -ex . $(dirname $0)/util_git.sh