less output from git-pull-and-if-origin-changed-run-tests
This commit is contained in:
parent
588fe7d3b6
commit
c0702ee183
@ -19,8 +19,6 @@ while true; do
|
|||||||
echo "Running ./gradlew test"
|
echo "Running ./gradlew test"
|
||||||
source .aliases # only variables, aliases are not expanded in scripts
|
source .aliases # only variables, aliases are not expanded in scripts
|
||||||
./gradlew test
|
./gradlew test
|
||||||
else
|
|
||||||
echo "no changes detected on the origin branch"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e "waiting for changes..."
|
echo -e "waiting for changes..."
|
||||||
|
Loading…
Reference in New Issue
Block a user