mirror of
https://github.com/status-im/status-react.git
synced 2025-02-09 17:44:27 +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
|
slackSend color: 'good', message: BRANCH_NAME + '(' + env.CHANGE_BRANCH + ') build started. ' + env.BUILD_URL
|
||||||
|
|
||||||
checkout scm
|
checkout scm
|
||||||
|
sh 'git rebase origin/develop'
|
||||||
|
|
||||||
sh 'rm -rf node_modules'
|
sh 'rm -rf node_modules'
|
||||||
sh 'cp .env.jenkins .env'
|
sh 'cp .env.jenkins .env'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user