adjusting to new (main) location of VERSION
This commit is contained in:
parent
2e81f8c600
commit
23b9361bf2
|
@ -269,8 +269,8 @@ merge_into_master:
|
|||
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"
|
||||
- echo $TESTEDREV > python/damask/VERSION
|
||||
- git commit python/damask/VERSION -m "[skip ci] updated version information after successful test of $TESTEDREV"
|
||||
- export UPDATEDREV=$(git describe) # tested state + 1 commit
|
||||
- git checkout master
|
||||
- git merge $UPDATEDREV -s recursive -X ours # conflicts occur only for inconsistent state
|
||||
|
|
Loading…
Reference in New Issue