ci: don't rebase release branches on `develop`
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
This commit is contained in:
parent
9f5d5d8349
commit
571514154d
|
@ -3,7 +3,9 @@ ios = load 'ci/ios.groovy'
|
|||
android = load 'ci/android.groovy'
|
||||
|
||||
def prep(type = 'nightly') {
|
||||
cmn.doGitRebase()
|
||||
if (type != 'release') {
|
||||
cmn.doGitRebase()
|
||||
}
|
||||
/* ensure that we start from a known state */
|
||||
cmn.clean()
|
||||
/* Run at start to void mismatched numbers */
|
||||
|
|
Loading…
Reference in New Issue