mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-27 08:55:39 +00:00
added rebase on develop
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
This commit is contained in:
parent
33990bc3ba
commit
711e119ebd
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -28,6 +28,7 @@ node ('macos1') {
|
||||
slackSend color: 'good', message: BRANCH_NAME + '(' + env.CHANGE_BRANCH + ') build started. ' + env.BUILD_URL
|
||||
|
||||
checkout scm
|
||||
sh 'git rebase origin/develop'
|
||||
|
||||
sh 'rm -rf node_modules'
|
||||
sh 'cp .env.jenkins .env'
|
||||
|
Loading…
x
Reference in New Issue
Block a user