mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 18:25:45 +00:00
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…
x
Reference in New Issue
Block a user