add --silent to pod install

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-08-29 14:58:45 -04:00
parent d985a82670
commit 7d87666c60
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ def prep(type = 'nightly') {
sh 'mvn -f modules/react-native-status/ios/RCTStatus dependency:unpack'
/* generate ios/StatusIm.xcworkspace */
dir('ios') {
sh 'pod install'
sh 'pod install --silent --repo-update'
}
}