diff --git a/jobs/Deploy_Hi365_IOS_SIT/config.xml b/jobs/Deploy_Hi365_IOS_SIT/config.xml index 612194d03881374943401cb08dc1617eb7810217..f924a3f0d12a1b12dfc4c9ab8134b0429beee3ae 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"