update of VERSION file should not trigger new GitLabCI
This commit is contained in:
parent
9a18d994a5
commit
1768d8f103
|
@ -436,7 +436,7 @@ mergeIntoMaster:
|
|||
- git push origin master # master is now tested version and has updated VERSION file
|
||||
- git checkout development
|
||||
- git pull
|
||||
- git merge master -s ours # only possible conflict is in VERSION file
|
||||
- git merge master -s ours -m "[skip ci] Merge branch 'master' into development" # only possible conflict is in VERSION file
|
||||
- git push origin development # development is unchanged (as master is based on it) but has updated VERSION file
|
||||
only:
|
||||
- development
|
||||
|
|
Loading…
Reference in New Issue