From 674b823f9fcbf905b3b1bc26483a44784744c2a5 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 28 Mar 2017 18:02:34 +0200 Subject: Make sure we don't bail out on removing the token MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Idf4fa26834f61ce94ddf2a1d86d206c497d44e15 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-run-test-short.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ##" -- cgit 1.2.3-korg