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/09/21 04:38:52 UTC

[isis] branch master updated: Revert "ISIS-1974: reinstates tests etc for simpleapp in CI"

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 16c4161  Revert "ISIS-1974: reinstates tests etc for simpleapp in CI"
16c4161 is described below

commit 16c4161737ea65aec0b7e3b413466d62c012c5c8
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Sep 21 06:37:23 2018 +0200

    Revert "ISIS-1974: reinstates tests etc for simpleapp in CI"
    
    This reverts commit 5987023755f09392f9c52b2023a40aaeced16cb5.
---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d851ba..ba115ab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,6 +61,9 @@ build-package-push:
     - >
       mvn --batch-mode \
           install \
+          -Dskip.isis-validate \
+          -Dskip.isis-swagger \
+          -DskipTests \
           -Drevision=$REVISION \
           -Disis.version=$REVISION \
           $CORE_ADDITIONAL_OPTS \