mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 14:25:28 +00:00
fix(scripts): set CI=true in pre-push hook
This enables -Werror
This commit is contained in:
@@ -13,6 +13,6 @@ while read -r local_ref local_oid remote_ref remote_oid; do
|
||||
_=$remote_ref
|
||||
_=$remote_oid
|
||||
if [ "${local_oid}" != "${ZERO}" ]; then
|
||||
"${GRADLE_EXEC}" metalavaCheckCompatibilityRelease lint ktfmtCheck test -PslimTests
|
||||
CI=true "${GRADLE_EXEC}" metalavaCheckCompatibilityRelease lint ktfmtCheck test -PslimTests
|
||||
fi
|
||||
done
|
||||
|
Reference in New Issue
Block a user