2
0
mirror of https://github.com/status-im/status-react.git synced 2025-01-13 12:36:11 +00:00

fixed jenkinsfile checkout process

This commit is contained in:
Ivan Borovkov 2018-01-01 10:22:11 +02:00
parent 977db7ab9c
commit 20effb7cd1

2
Jenkinsfile vendored

@ -18,7 +18,7 @@ node ('macos1') {
checkout scm
sh 'git checkout -- .'
sh 'git checkout develop'
sh 'git checkout ' + BRANCH_NAME
sh 'git checkout remotes/origin/' + BRANCH_NAME
sh 'rm -rf node_modules'
sh 'cp .env.jenkins .env'