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:
parent
b90cea4cf3
commit
5586f44303
build/cmake
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user