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/01 11:41:09 UTC

[isis] branch maint-1.16.2 updated: ISIS-1965: trivial edits for testing ci

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

danhaywood pushed a commit to branch maint-1.16.2
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/maint-1.16.2 by this push:
     new 4ed6db4  ISIS-1965: trivial edits for testing ci
4ed6db4 is described below

commit 4ed6db40a6e36a9917694cc1c4d9ca7fb8565d32
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Sep 1 12:40:49 2018 +0100

    ISIS-1965: trivial edits for testing ci
---
 .gitlab-ci.yml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 50607a9..1600d41 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,13 @@ stages:
 build-package-push:
   stage: build-package-push
   script:
-    - echo "REVISION=$REVISION"
+    - echo ""
+    - echo ""
+    - echo ""
+    - echo "$REVISION"
+    - echo ""
+    - echo ""
+    - echo ""
     - cd core
     - >
       mvn -s .m2/settings.xml \
@@ -44,6 +50,13 @@ build-package-push:
           -Dnexus-deploy.repositoryUrl=$NEXUS_REPO_URL \
           $CORE_ADDITIONAL_OPTS
     - cd ..
+    - echo ""
+    - echo ""
+    - echo ""
+    - echo "$REVISION"
+    - echo ""
+    - echo ""
+    - echo ""
 
 #
 # remainder commented out for now, see: https://gitlab.com/gitlab-org/gitlab-runner/issues/3552