From e31befe61fb0dc22b07f7578aed141fec8daed9a Mon Sep 17 00:00:00 2001 From: Scott Kurz Date: Fri, 1 May 2020 07:33:54 -0400 Subject: [PATCH] Fixes #790 (#798) Signed-off-by: Scott Kurz Co-authored-by: Sandy Koh --- incubator/java-openliberty/image/project/run-stack.sh | 4 +--- incubator/java-openliberty/stack.yaml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/incubator/java-openliberty/image/project/run-stack.sh b/incubator/java-openliberty/image/project/run-stack.sh index 0f652fb9a..0371baa28 100755 --- a/incubator/java-openliberty/image/project/run-stack.sh +++ b/incubator/java-openliberty/image/project/run-stack.sh @@ -24,7 +24,6 @@ case $ACTION in else set -x mvn -B -Plocal-dev -DappsDirectory=apps -Ddebug=false -Dmaven.repo.local=/mvn/repository pre-integration-test liberty:dev - set +x fi ;; debug) @@ -35,7 +34,6 @@ case $ACTION in else set -x mvn -B -Plocal-dev -DappsDirectory=apps -Dmaven.repo.local=/mvn/repository pre-integration-test liberty:dev - set +x fi ;; test) @@ -47,7 +45,7 @@ case $ACTION in # Keep liberty:create before 'pre-integration-test' phase to be consistent with "Dockerfile" for 'appsody build' set -x mvn -B -Plocal-dev -DappsDirectory=apps -Dmaven.repo.local=/mvn/repository clean liberty:create pre-integration-test liberty:install-feature liberty:start liberty:deploy failsafe:integration-test liberty:stop failsafe:verify - set +x + # make sure exit code propagates fi ;; *) diff --git a/incubator/java-openliberty/stack.yaml b/incubator/java-openliberty/stack.yaml index b82a501d1..2777b6aa4 100644 --- a/incubator/java-openliberty/stack.yaml +++ b/incubator/java-openliberty/stack.yaml @@ -1,5 +1,5 @@ name: Open Liberty -version: 0.2.10 +version: 0.2.11 description: Eclipse MicroProfile & Jakarta EE on Open Liberty & OpenJ9 using Maven license: Apache-2.0 language: java