From c7ef03cf0caa856f2da252cf48dd781d2be04dd2 Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Thu, 19 Sep 2019 12:16:07 +0800 Subject: [PATCH] 20180083: Job [Hi365_SIT_Deploy_iOS] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by ยงรตยบ~? --- jobs/Hi365_SIT_Deploy_iOS/config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jobs/Hi365_SIT_Deploy_iOS/config.xml b/jobs/Hi365_SIT_Deploy_iOS/config.xml index 2ce5f779..8e8c96ab 100644 --- a/jobs/Hi365_SIT_Deploy_iOS/config.xml +++ b/jobs/Hi365_SIT_Deploy_iOS/config.xml @@ -60,7 +60,7 @@ project_path=$(pwd) -flutter build ios +flutter build ios -t lib/main_dev.dart cd $project_path/ios @@ -115,7 +115,7 @@ echo "===export method: ${export_method}===" echo "===commit msg: $1===" # 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} != "app-store" ] then echo "Deploy to IPA repository" -- 2.26.2