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 2018/03/09 18:19:18 UTC

[isis] branch master updated: ISIS-1904: updates gitlab ci.yml to also build docker image for simpleapp

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


The following commit(s) were added to refs/heads/master by this push:
     new 729e8a1  ISIS-1904: updates gitlab ci.yml to also build docker image for simpleapp
729e8a1 is described below

commit 729e8a148804c626ff7f5aa3f5d1b7bf843335b1
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Mar 9 18:19:10 2018 +0000

    ISIS-1904: updates gitlab ci.yml to also build docker image for simpleapp
---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 372bf24..a3d65dd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,5 +4,7 @@ stages:
 maven-build:
   image: maven:3-jdk-8
   stage: build
-  script: "mvn clean package -B -Dskip.arch -D revision=2.0.0-M1.$(date +%Y%m%d)-$(git rev-parse --short HEAD)"
+  script: "mvn clean install -B -Dskip.arch -D revision=2.0.0-M1.$(date +%Y%m%d)-$(git rev-parse --short HEAD) && \
+          cd example/application/simpleapp && \
+          mvn install -B Dmavenmixin-docker -D revision=2.0.0-M1.$(date +%Y%m%d)-$(git rev-parse --short HEAD) "
 

-- 
To stop receiving notification emails like this one, please contact
danhaywood@apache.org.