From 399f0a4bface5b698dc750a0046fbaaee11be0c6 Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Tue, 28 May 2019 19:39:56 +0800 Subject: [PATCH] 20170121: Job [CRM_Mobile_SIT_ipa_CodePush] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by §N¨ήS --- jobs/CRM_Mobile_SIT_ipa_CodePush/config.xml | 32 +++++++++++++-------- 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/jobs/CRM_Mobile_SIT_ipa_CodePush/config.xml b/jobs/CRM_Mobile_SIT_ipa_CodePush/config.xml index 0a0574ee..53bf39d1 100644 --- a/jobs/CRM_Mobile_SIT_ipa_CodePush/config.xml +++ b/jobs/CRM_Mobile_SIT_ipa_CodePush/config.xml @@ -4,15 +4,7 @@ false - - - 3 - -1 - -1 - -1 - - - + ylhealth @@ -34,8 +26,16 @@ hotfix/1.47.1 + + + 3 + -1 + -1 + -1 + + - + 2 @@ -61,9 +61,17 @@ hotfix/1.47.1 false - PATH="$PATH:/usr/local/bin:/Users/scott/.fastlane/bin/" + PATH="$PATH:$HOME/.rvm/bin:/usr/local/bin:/Users/jenkins/.fastlane/bin/" security set-key-partition-list -S apple: -k Yonglinit123 -D "iPhone Distribution: YONGLIN YONGLIN BIOTECH CORP." -t private -npm install + +# 加速打包,正式時還是要包 +GYM_INCLUDE_SYMBOLS=false +GYM_INCLUDE_BITCODE=false + +gem install bundler +bundler install + +yarn install #RNFB_ANDROID_PERMISSIONS=true react-native link VERSION=SIT_$(date +%Y%m%d%H)_$(git rev-parse --short HEAD) -- 2.26.2