buildbot: exit 0 at the end of the script

This permits script to return correct state when skipping packaging
master
Loïc Blot 2017-06-09 09:40:16 +02:00
parent d74385be24
commit 312ca0382b
2 changed files with 2 additions and 0 deletions

View File

@ -153,4 +153,5 @@ make -j2
[ "x$NO_PACKAGE" = "x" ] && make package
exit 0
# EOF

View File

@ -154,4 +154,5 @@ make -j2
[ "x$NO_PACKAGE" = "x" ] && make package
exit 0
# EOF