From 4b321c36df47ffc1925179f7b9e8d6f1921c84ad Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Thu, 19 Sep 2019 12:14:34 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/Hi365_SIT_Deploy_iOS/config.xml b/jobs/Hi365_SIT_Deploy_iOS/config.xml index 167897d3..2ce5f779 100644 --- a/jobs/Hi365_SIT_Deploy_iOS/config.xml +++ b/jobs/Hi365_SIT_Deploy_iOS/config.xml @@ -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} --t lib/main_dev.dart if [ ${export_method} != "app-store" ] then echo "Deploy to IPA repository" -- 2.26.2