mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
fix(scripts): set CI=true in pre-push hook
This enables -Werror
This commit is contained in:
parent
1bc22c63c8
commit
b01fddaa56
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user