Skip to content

Commit 67223e8

Browse files
tgonzalezorlandoarmgowthamsk-arm
authored andcommitted
ci.sh: Cleanup mismatcher job's error report
The mismatcher job's errors are now handled directly in the utils/dependency_cross_matcher.py script, so: * Remove the error handling logic in ci.sh for the mismatcher option. Signed-off-by: Tomás González <[email protected]>
1 parent bb62b68 commit 67223e8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,6 @@ trap cleanup EXIT
231231

232232
if [ "$PROVIDER_NAME" = "mismatcher" ]; then
233233
python3 $(pwd)/utils/dependency_cross_matcher.py --deps_dir $(pwd)
234-
mismatcher_result=$?
235-
if [ "$mismatcher_result" -ne 0 ]; then
236-
error_msg "Found dependencies version mismatches"
237-
fi
238234

239235
exit 0
240236
fi

0 commit comments

Comments
 (0)