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 2019/12/01 19:27:55 UTC

[isis] 05/07: ISIS-2188: reverts debug in build-core.sh, since didn't help

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 5e308bb41601fc444a91ff5f27fafaee91aa21b8
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Dec 1 18:34:30 2019 +0000

    ISIS-2188: reverts debug in build-core.sh, since didn't help
---
 scripts/ci/build-core.sh | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/scripts/ci/build-core.sh b/scripts/ci/build-core.sh
index 154cd4e..af97a3a 100644
--- a/scripts/ci/build-core.sh
+++ b/scripts/ci/build-core.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-#set -e
+set -e
 
 SCRIPT_DIR=$( dirname "$0" )
 if [ -z "$PROJECT_ROOT_PATH" ]; then
@@ -40,13 +40,6 @@ mvn -s $SETTINGS_XML \
     $MVN_ADDITIONAL_OPTS \
     $*
 
-if [ $? -ne 0 ]; then
-  find . -name QExcelDemoToDoItem.java -print
-  cat $(find . -name QExcelDemoToDoItem.java -print)
-
-  exit 1
-fi
-
 if [ ! -z "$REVISION" ]; then
   cd $PROJECT_ROOT_PATH/core-parent
   echo "reverting version in isis-parent ..."