From fdf4732ec274cc602734547caae0f94bac9fd760 Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Thu, 19 Dec 2019 13:41:25 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jobs/Deploy_Hi365_IOS_SIT/config.xml b/jobs/Deploy_Hi365_IOS_SIT/config.xml index 9a1afe5f..3f554408 100644 --- a/jobs/Deploy_Hi365_IOS_SIT/config.xml +++ b/jobs/Deploy_Hi365_IOS_SIT/config.xml @@ -21,7 +21,7 @@ - Version_Number + version_number V0.0.0 false @@ -73,17 +73,17 @@ current_date=$(date +"%Y%m%d") git_short_hash=$(git rev-parse --short HEAD) -ipa_name="Hi365_SIT_${current_date}_${Version_Number}_${git_short_hash}.ipa" +ipa_name="Hi365_SIT_${current_date}_${version_number}_${git_short_hash}.ipa" -ipa_full_path="${project_path}/ios/Hi365_SIT_${current_date}_${Version_Number}_${git_short_hash}.ipa" +ipa_full_path="${project_path}/ios/Hi365_SIT_${current_date}_${version_number}_${git_short_hash}.ipa" # Temporarily change xcode versino for fastlane fastlane run xcversion version:"11" -# build ips +# build ipa fastlane sit -# rename ipa to a identified one +# rename ipa mv Runner.ipa ${ipa_name} # deploy -- 2.26.2