1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-06-02 03:12:12 +08:00

Fix return code plumbing

This commit is contained in:
Andrew Noyes 2019-04-15 11:08:18 -07:00 committed by Alex Miller
parent b90cea4cf3
commit 5586f44303
2 changed files with 4 additions and 8 deletions

@ -248,19 +248,19 @@ main() {
;;
rpm )
rpm
__res=$?
;;
deb )
deb
;;
linux-pkgs)
rpm
deb
__res=$?
;;
test-fast)
test-fast
__res=$?
;;
test)
test
__res=$?
;;
* )
echo "ERROR: Command not found ($command)"

@ -39,10 +39,6 @@ services:
<<: *build-setup
command: scl enable devtoolset-7 rh-ruby24 rh-python36 python27 -- bash ../foundationdb/build/cmake/build.sh deb
linux-pkgs:
<<: *build-setup
command: scl enable devtoolset-7 rh-ruby24 rh-python36 python27 -- bash ../foundationdb/build/cmake/build.sh linux-pkgs
package: &package
<<: *build-setup
command: scl enable devtoolset-7 rh-ruby24 rh-python36 python27 -- bash ../foundationdb/build/cmake/build.sh package