mirror of
https://github.com/status-im/status-react.git
synced 2025-02-03 14:46:05 +00:00
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…
x
Reference in New Issue
Block a user