From 62180b9cf68ac7a4e345a34d0cbf7e59eb394716 Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Fri, 13 Sep 2024 14:20:00 +0200 Subject: [PATCH] less output from git-pull-and-if-origin-changed-run-tests --- bin/git-pull-and-if-origin-changed-run-tests | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/git-pull-and-if-origin-changed-run-tests b/bin/git-pull-and-if-origin-changed-run-tests index b1742689..bc0a5da1 100755 --- a/bin/git-pull-and-if-origin-changed-run-tests +++ b/bin/git-pull-and-if-origin-changed-run-tests @@ -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..."