Commit c7ef03cf authored by YM-RD-AP01\ymadmin's avatar YM-RD-AP01\ymadmin

20180083: Job [Hi365_SIT_Deploy_iOS] configuration updated

Change performed by §õº~?
parent 4b321c36
......@@ -60,7 +60,7 @@
<hudson.tasks.Shell>
<command>project_path=$(pwd)
flutter build ios
flutter build ios -t lib/main_dev.dart
cd $project_path/ios
......@@ -115,7 +115,7 @@ echo &quot;===export method: ${export_method}===&quot;
echo &quot;===commit msg: $1===&quot;
# Clean build and deploy
fastlane gym --scheme ${scheme} --clean --configuration ${configuration} --archive_path ${archive_path} --export_method ${export_method} --output_directory ${output_path} --output_name ${ipa_name} --t lib/main_dev.dart
fastlane gym --scheme ${scheme} --clean --configuration ${configuration} --archive_path ${archive_path} --export_method ${export_method} --output_directory ${output_path} --output_name ${ipa_name}
if [ ${export_method} != &quot;app-store&quot; ]
then
echo &quot;Deploy to IPA repository&quot;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment