From 7d87666c609f0ac8b4f6f1abba5d5a237344b6d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 29 Aug 2018 14:58:45 -0400 Subject: [PATCH] add --silent to pod install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/mobile.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/mobile.groovy b/ci/mobile.groovy index d5489cb6dd..8ad8a3dc56 100644 --- a/ci/mobile.groovy +++ b/ci/mobile.groovy @@ -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' } }