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/15 17:43:06 UTC

[isis] branch master updated: ISIS-1904: adds CORE_ADDITIONAL_OPTS

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 00ef4a3  ISIS-1904: adds CORE_ADDITIONAL_OPTS
00ef4a3 is described below

commit 00ef4a3c70216c93185a46f7b35a41e2b8142a60
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Mar 15 17:42:58 2018 +0000

    ISIS-1904: adds CORE_ADDITIONAL_OPTS
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 198896a..25875a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,6 +23,7 @@ build-package:
     - >
       mvn $MAVEN_CLI_OPTS \
           clean install \
+          $CORE_ADDITIONAL_OPTS \
           -Drevision=$REVISION
     - cd ..
     - cd example/application/simpleapp

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