From: Jan-Simon Möller Date: Tue, 28 Mar 2017 16:02:34 +0000 (+0200) Subject: Make sure we don't bail out on removing the token X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=674b823f9fcbf905b3b1bc26483a44784744c2a5;p=ci-management.git Make sure we don't bail out on removing the token Change-Id: Idf4fa26834f61ce94ddf2a1d86d206c497d44e15 Signed-off-by: Jan-Simon Möller --- diff --git a/jjb/common/include-agl-run-test-short.sh b/jjb/common/include-agl-run-test-short.sh index cfe25156..162df146 100644 --- a/jjb/common/include-agl-run-test-short.sh +++ b/jjb/common/include-agl-run-test-short.sh @@ -23,7 +23,7 @@ $AGLLAVATOKEN EOF lava-tool auth-add --token-file ~/.local/token https://agl-jenkins-user@porter.automotivelinux.org -rm ~/.local/token +rm -rf ~/.local/token || true echo "## $TESTJOBFILE ##"