From 41d7e239962a4c625364df826e6aac27c99c2895 Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Thu, 19 Dec 2019 13:44:43 +0800 Subject: [PATCH] 20180082: Job [Deploy_Hi365_IOS_SIT] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by ³¯¾_¶§ --- jobs/Deploy_Hi365_IOS_SIT/config.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/jobs/Deploy_Hi365_IOS_SIT/config.xml b/jobs/Deploy_Hi365_IOS_SIT/config.xml index 612194d0..f924a3f0 100644 --- a/jobs/Deploy_Hi365_IOS_SIT/config.xml +++ b/jobs/Deploy_Hi365_IOS_SIT/config.xml @@ -63,12 +63,11 @@ false - export FLUTTER_ROOT="/Users/jenkins/flutter" + ### pre-process +export FLUTTER_ROOT="/Users/jenkins/flutter" project_path=$(pwd) -cd $project_path/ios - current_date=$(date +"%Y%m%d") git_short_hash=$(git rev-parse --short HEAD) @@ -77,6 +76,9 @@ ipa_name="Hi365_SIT_${current_date}_${version_number}_${git_short_hash}.ipa ipa_path="${project_path}/ios/${ipa_name}" +### start +cd $project_path/ios + # Temporarily change xcode versino for fastlane fastlane run xcversion version:"11" -- 2.26.2