add --silent to pod install
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d985a82670
commit
7d87666c60
|
@ -19,7 +19,7 @@ def prep(type = 'nightly') {
|
||||||
sh 'mvn -f modules/react-native-status/ios/RCTStatus dependency:unpack'
|
sh 'mvn -f modules/react-native-status/ios/RCTStatus dependency:unpack'
|
||||||
/* generate ios/StatusIm.xcworkspace */
|
/* generate ios/StatusIm.xcworkspace */
|
||||||
dir('ios') {
|
dir('ios') {
|
||||||
sh 'pod install'
|
sh 'pod install --silent --repo-update'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue