mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 14:53:45 +01:00
buildbot: exit 0 at the end of the script
This permits script to return correct state when skipping packaging
This commit is contained in:
parent
d74385be24
commit
312ca0382b
@ -153,4 +153,5 @@ make -j2
|
|||||||
|
|
||||||
[ "x$NO_PACKAGE" = "x" ] && make package
|
[ "x$NO_PACKAGE" = "x" ] && make package
|
||||||
|
|
||||||
|
exit 0
|
||||||
# EOF
|
# EOF
|
||||||
|
@ -154,4 +154,5 @@ make -j2
|
|||||||
|
|
||||||
[ "x$NO_PACKAGE" = "x" ] && make package
|
[ "x$NO_PACKAGE" = "x" ] && make package
|
||||||
|
|
||||||
|
exit 0
|
||||||
# EOF
|
# EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user