From 24549ae565062a9600ddf2b081766278c000e712 Mon Sep 17 00:00:00 2001 From: Hongze Zhang Date: Tue, 5 Dec 2023 15:29:37 +0800 Subject: [PATCH] fixup --- ep/build-velox/src/build_velox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ep/build-velox/src/build_velox.sh b/ep/build-velox/src/build_velox.sh index 1e8aa57e0c81..ca27ba1e7f3e 100755 --- a/ep/build-velox/src/build_velox.sh +++ b/ep/build-velox/src/build_velox.sh @@ -253,7 +253,7 @@ cd ${VELOX_HOME} TARGET_BUILD_SUMMARY=$(generate_build_summary "$(git rev-parse --verify HEAD)") if [ -z "$TARGET_BUILD_SUMMARY" ]; then echo "Unable to parse Velox build: $TARGET_BUILD_SUMMARY." - exit 0 + exit 1 fi echo "Target Velox build: $TARGET_BUILD_SUMMARY"