mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 19:16:59 +00:00
fixed jenkinsfile checkout process
This commit is contained in:
parent
20effb7cd1
commit
2ce5e2a715
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -22,7 +22,8 @@ node ('macos1') {
|
||||
|
||||
sh 'rm -rf node_modules'
|
||||
sh 'cp .env.jenkins .env'
|
||||
sh 'lein deps && npm install'
|
||||
sh 'lein deps'
|
||||
sh 'npm install'
|
||||
sh '[ -f node_modules/react-native/packager/src/JSTransformer/index.js ] && sed -i "" "s/301000/1201000/g" node_modules/react-native/packager/src/JSTransformer/index.js || echo "New packager"'
|
||||
|
||||
// Fix silly RN upgrade weird env issue
|
||||
|
Loading…
x
Reference in New Issue
Block a user