mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
fix wrong rebase branch
This commit is contained in:
parent
3229f95ca9
commit
0e502ac5b8
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -30,7 +30,7 @@ timeout(90) {
|
||||
checkout scm
|
||||
|
||||
try {
|
||||
sh 'git rebase origin/desktop'
|
||||
sh 'git rebase origin/develop'
|
||||
} catch (e) {
|
||||
sh 'git rebase --abort'
|
||||
throw e
|
||||
|
Loading…
x
Reference in New Issue
Block a user