less output from git-pull-and-if-origin-changed-run-tests

This commit is contained in:
Michael Hoennig 2024-09-13 14:20:00 +02:00
parent 588fe7d3b6
commit c0702ee183

View File

@ -19,8 +19,6 @@ while true; do
echo "Running ./gradlew test"
source .aliases # only variables, aliases are not expanded in scripts
./gradlew test
else
echo "no changes detected on the origin branch"
fi
echo -e "waiting for changes..."