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 16:53:36 UTC

[isis] branch master updated: ISIS-1904: changes format of REVISION slightly

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 56e470b  ISIS-1904: changes format of REVISION slightly
56e470b is described below

commit 56e470ba10a8e6dcd090fad791bf6dbfc7330df6
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Mar 15 16:53:30 2018 +0000

    ISIS-1904: changes format of REVISION slightly
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7d3bc95..170920e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ image: maven:3.5.3-jdk-8
 
 before_script:
   - export BASELINE=2.0.0-M1
-  - export REVISION=$BASELINE.$(date +%Y%m%d)-$(git rev-parse --short HEAD)
+  - export REVISION=$BASELINE.$(date +%Y%m%d)-$(date +%H%M)-$(echo $CI_COMMIT_SHA | cut -c1-7)
 
 services:
   - docker:dind

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