avoid failed test after release
This commit is contained in:
parent
5005d11f6e
commit
6ced308e98
|
@ -241,9 +241,10 @@ merge_into_master:
|
||||||
- cd $DAMASKROOT
|
- cd $DAMASKROOT
|
||||||
- export TESTEDREV=$(git describe) # might be detached from development branch
|
- export TESTEDREV=$(git describe) # might be detached from development branch
|
||||||
- echo $TESTEDREV > python/damask/VERSION
|
- echo $TESTEDREV > python/damask/VERSION
|
||||||
|
- git add python/damask/VERSION
|
||||||
- >
|
- >
|
||||||
git diff-index --quiet HEAD ||
|
git diff-index --quiet HEAD ||
|
||||||
git commit python/damask/VERSION -m "[skip ci] updated version information after successful test of $TESTEDREV"
|
git commit -m "[skip ci] updated version information after successful test of $TESTEDREV"
|
||||||
- export UPDATEDREV=$(git describe) # tested state + 1 commit
|
- export UPDATEDREV=$(git describe) # tested state + 1 commit
|
||||||
- git checkout master
|
- git checkout master
|
||||||
- git merge $UPDATEDREV -s recursive -X ours # conflicts occur only for inconsistent state
|
- git merge $UPDATEDREV -s recursive -X ours # conflicts occur only for inconsistent state
|
||||||
|
|
Loading…
Reference in New Issue