Android-Password-Store/scripts/pre-push-hook.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
133 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -e
set -u
set -o pipefail
GRADLE_EXEC="${GRADLE_EXEC:-./gradlew}"
"${GRADLE_EXEC}" spotlessCheck apiCheck