Jenkinsfile.nightly: Fix re-natal link

This commit is contained in:
Oskar Thoren 2017-12-16 22:37:48 +01:00
parent b0810b08d8
commit f8f43b80a6
No known key found for this signature in database
GPG Key ID: 5128AB0637CD85AF
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ node ('macos1'){
sh 'git checkout develop'
sh 'rm -rf node_modules'
sh 'cp .env.jenkins .env'
sh 'lein deps && npm install && ./re-natal deps'
sh 'lein deps && npm install && ./node_modules/re-natal/index.js deps'
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"'
sh 'mvn -f modules/react-native-status/ios/RCTStatus dependency:unpack'
sh 'cd ios && pod install && cd ..'