You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/09/14 15:21:34 UTC

[isis] branch master updated: ISIS-2427: CI scripts: also build a demo vaadin image

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3912141  ISIS-2427: CI scripts: also build a demo vaadin image
3912141 is described below

commit 39121412f4b8a9096b53714cefb7862b4f81beeb
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Sep 14 17:21:14 2020 +0200

    ISIS-2427: CI scripts: also build a demo vaadin image
    
    also cleanup no longer used FLAVOR (env. var.)
---
 scripts/ci/build-demo-app.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/scripts/ci/build-demo-app.sh b/scripts/ci/build-demo-app.sh
index e7310a8..7957b50 100644
--- a/scripts/ci/build-demo-app.sh
+++ b/scripts/ci/build-demo-app.sh
@@ -39,10 +39,8 @@ fi
 
 sh $SCRIPT_DIR/_print-environment.sh "build-demo-app"
 
-export FLAVOR=$1
 export ISIS_VERSION=$REVISION
 echo ""
-echo "\$Docker Image Flavor: ${FLAVOR}"
 echo "\$Isis Version: ${ISIS_VERSION}"
 echo ""
 
@@ -85,7 +83,7 @@ do
       -Dskip.arch \
       -DskipTests
 
-  for variant in wicket
+  for variant in wicket vaadin
   do
 
 	chdir examples/$app/$variant
@@ -93,7 +91,6 @@ do
 	mvn --batch-mode \
 	    compile jib:build \
 	    -Djib.httpTimeout=60000 \
-	    -Dflavor=$FLAVOR \
 	    -Dskip.git \
 	    -Dskip.arch \
 	    -DskipTests