diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-05-02 15:59:05 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-05-02 15:59:05 +0200 |
commit | 02d9a5f0d62c16a72139291463703c86a80bffb7 (patch) | |
tree | 31aba66a3ec08e0a70bab4d88dde1f40cffd1f11 /jjb | |
parent | 4976e727ccc5ce56ef8e2b2f4feb6c7a6d0a180d (diff) |
Add debug when running Functest jjbs
It will ease debugging gsutil config.
Change-Id: Id37cfa9132ae327714535a68ed1611da9a71f25c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 3f3b1ae2e..a231c6686 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -90,7 +90,8 @@ name: functest-run-containers builders: - shell: | - set +ex + set +e + set -x [ ! -z "$WORKSPACE" ] && sudo rm -rf $WORKSPACE/* || true if [ "{repo}" = "_" ]; then image={container}:{tag} |