mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 22:05:19 +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_ref
|
||||||
_=$remote_oid
|
_=$remote_oid
|
||||||
if [ "${local_oid}" != "${ZERO}" ]; then
|
if [ "${local_oid}" != "${ZERO}" ]; then
|
||||||
"${GRADLE_EXEC}" metalavaCheckCompatibilityRelease lint ktfmtCheck test -PslimTests
|
CI=true "${GRADLE_EXEC}" metalavaCheckCompatibilityRelease lint ktfmtCheck test -PslimTests
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user