Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Dec 5, 2023
1 parent 0d867ac commit 24549ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ep/build-velox/src/build_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 24549ae

Please sign in to comment.