ci: don't rebase release branches on `develop`

Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
This commit is contained in:
Igor Mandrigin 2019-02-27 21:15:06 +01:00
parent 9f5d5d8349
commit 571514154d
No known key found for this signature in database
GPG Key ID: 4A0EDDE26E66BC8B
1 changed files with 3 additions and 1 deletions

View File

@ -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 */