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/20 21:25:57 UTC

[isis] 02/02: 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

commit 5987023755f09392f9c52b2023a40aaeced16cb5
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Sep 20 23:22:02 2018 +0200

    ISIS-1974: reinstates tests etc for simpleapp in CI
    
    ... see if this fixes the issue
---
 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)

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