Skip to content

Commit

Permalink
buildbot: exit 0 at the end of the script
Browse files Browse the repository at this point in the history
This permits script to return correct state when skipping packaging
  • Loading branch information
nerzhul committed Jun 9, 2017
1 parent d74385b commit 312ca03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions util/buildbot/buildwin32.sh
Expand Up @@ -153,4 +153,5 @@ make -j2

[ "x$NO_PACKAGE" = "x" ] && make package

exit 0
# EOF
1 change: 1 addition & 0 deletions util/buildbot/buildwin64.sh
Expand Up @@ -154,4 +154,5 @@ make -j2

[ "x$NO_PACKAGE" = "x" ] && make package

exit 0
# EOF

0 comments on commit 312ca03

Please sign in to comment.