aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-03-28 18:02:34 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-03-28 18:02:34 +0200
commit674b823f9fcbf905b3b1bc26483a44784744c2a5 (patch)
tree3d346eb0f22f7a449c2338e14ca4e26c66f3b308
parentbc339038305e733010c873966018f1232ca52033 (diff)
Make sure we don't bail out on removing the token
Change-Id: Idf4fa26834f61ce94ddf2a1d86d206c497d44e15 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r--jjb/common/include-agl-run-test-short.sh2
1 files changed, 1 insertions, 1 deletions
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 ##"