From f1c6524c34a4c052e1e690a4483b2504a49d416f Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 13 Apr 2017 13:07:38 +0200 Subject: [PATCH] debugging update procedure --- .gitlab-ci.yml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bdafe9d72..7cda5b9e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,19 +1,19 @@ stages: - prepareAll - - preprocessing - - postprocessing - - compileSpectralIntel - - compileSpectralGNU - - prepareSpectral - - spectral - - compileMarc2014 - - compileMarc2014.2 - - compileMarc2015 - - compileMarc2016 - - marc - - compileAbaqus2016 - - compileAbaqus2017 - - example + #- preprocessing + #- postprocessing + #- compileSpectralIntel + #- compileSpectralGNU + #- prepareSpectral + #- spectral + #- compileMarc2014 + #- compileMarc2014.2 + #- compileMarc2015 + #- compileMarc2016 + #- marc + #- compileAbaqus2016 + #- compileAbaqus2017 + #- example - updateMaster - createDocumentation - clean @@ -310,6 +310,7 @@ mergeIntoMaster: script: - cd $DAMASKROOT - export TESTEDREV=$(git describe) # might be detached from development branch + - echo $TESTEDREV > VERSION - git commit VERSION -m "[skip ci] updated version information after successful test of $TESTEDREV" - export UPDATEDREV=$(git describe) # tested state + 1 commit - git checkout master