Skip to content

Commit

Permalink
ci: enable error detection
Browse files Browse the repository at this point in the history
Longhorn 7985

Signed-off-by: Derek Su <[email protected]>
  • Loading branch information
derekbit committed Feb 26, 2024
1 parent 9b8228c commit 437e64e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions scripts/ci
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,4 @@ cd "$(dirname $0)"

./build
./validate

# TODO Enable return error detection when the CI env is ready
set +e
./test
set -e
1 change: 0 additions & 1 deletion scripts/validate
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -e
cd "$(dirname $0)"/..

./generate_grpc.sh
set +e

echo Running proto validation

Expand Down

0 comments on commit 437e64e

Please sign in to comment.