Skip to content

Commit 4099c5f

Browse files
authored
fix(devtools-lint): return 1 on bpmetadata validation fail (#2824)
1 parent 247e2a2 commit 4099c5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/build/developer-tools/build/scripts/task_helper_functions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ function check_metadata() {
356356
echo "Success!"
357357
else
358358
echo "Warning! Unable to validate metadata."
359+
return 1
359360
fi
360361
}
361362

0 commit comments

Comments
 (0)