formatting

This commit is contained in:
Jakub Sokołowski 2018-05-24 21:55:11 +02:00
parent f36d55ca70
commit 52236eef8c
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 3 additions and 2 deletions

View File

@ -39,11 +39,12 @@ timeout(90) {
sh 'rm -rf node_modules'
sh 'cp .env.nightly .env'
sh 'lein deps'
installJSDeps()
sh 'mvn -f modules/react-native-status/ios/RCTStatus dependency:unpack'
sh 'cd ios && pod install && cd ..'
}
sh 'cd ios && pod install && cd ..'
}
stage('Tests') {
sh 'lein test-cljs'