You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/01/30 08:52:53 UTC

[isis] 08/12: ISIS-2094: reducing noise of build, ctd

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 6b86e933338826233a37168b72adf4b8b4f46a07
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Jan 30 08:37:18 2020 +0000

    ISIS-2094: reducing noise of build, ctd
---
 scripts/ci/build-core.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/build-core.sh b/scripts/ci/build-core.sh
index 411e472..2a6fd0b 100644
--- a/scripts/ci/build-core.sh
+++ b/scripts/ci/build-core.sh
@@ -72,7 +72,7 @@ mvn -s $SETTINGS_XML \
     | fgrep --line-buffered -v "Uploaded from gcpappenginerepo" \
     | fgrep --line-buffered -v "Downloading from gcpappenginerepo" \
     | fgrep --line-buffered -v "Downloaded from gcpappenginerepo" \
-    | grep --line-buffered -v "^\[INFO\]\s*$" \
+    | grep --line-buffered -v "^\[INFO\][\s]*$" \
     | fgrep --line-buffered -v "[INFO] --- maven-enforcer-plugin" \
     | fgrep --line-buffered -v "[INFO] --- maven-site-plugin" \
     | fgrep --line-buffered -v "[INFO] <<< maven-source-plugin:" \