ci: dont fail on empty check_signedoff_list
authorJean Privat <jean@pryen.org>
Wed, 20 Feb 2019 01:10:47 +0000 (20:10 -0500)
committerJean Privat <jean@pryen.org>
Fri, 22 Feb 2019 04:16:50 +0000 (23:16 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

misc/jenkins/checksignedoffby.sh

index 9a5c27f..41a1342 100755 (executable)
@@ -49,7 +49,7 @@ for ref in `git rev-list --no-merges "$from".."$to"`; do
        err=1
 done
 
-rm check_signedoff_list.out 2> /dev/null
+rm check_signedoff_list.out 2> /dev/null || true
 
 if test "$err" = 1; then
        echo ""