trying to fix errors like
cannot lock ref 'refs/heads/master': is at2d39da4d8d
but expected596a8ecd11
This commit is contained in:
parent
188c199863
commit
722c9828a0
|
@ -208,7 +208,7 @@ update_revision:
|
|||
- git checkout master
|
||||
- git pull
|
||||
- git merge $UPDATEDREV -s recursive -X ours # conflicts occur only for inconsistent state
|
||||
- git push origin master # master is now tested version and has updated VERSION file
|
||||
- git push
|
||||
- git checkout development
|
||||
- git pull
|
||||
- git merge master -s recursive -X ours -m "[skip ci] Merge branch 'master' into development" # only possible conflict is in VERSION file
|
||||
|
|
Loading…
Reference in New Issue