From 01ce3d05cdd696d12ac2b4ecfa4de53581df9c8d Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Thu, 31 Oct 2019 16:59:56 +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 | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/jobs/Deploy_Hi365_IOS_SIT/config.xml b/jobs/Deploy_Hi365_IOS_SIT/config.xml index 272d4c77..8e08a8ec 100644 --- a/jobs/Deploy_Hi365_IOS_SIT/config.xml +++ b/jobs/Deploy_Hi365_IOS_SIT/config.xml @@ -45,9 +45,9 @@ - sit - uat - prod + SIT + UAT + Release @@ -89,17 +89,21 @@ # Choose build dart by environment -if [ $BUILD_FLUTTER_ENV == "sit" ] +if [ $BUILD_ENV == "SIT" ] then default_doc="main_sit.dart" -elif [ $BUILD_FLUTTER_ENV == "uat" ] + export_method="ad-hoc" +elif [ $BUILD_ENV == "UAT" ] then default_doc="main_uat.dart" -elif [ $BUILD_FLUTTER_ENV == "prod" ] + export_method="ad-hoc" +elif [ $BUILD_ENV == "Release" ] then default_doc="main_prod.dart" + export_method="app-store" else - default_doc="main_sit.dart" + default_doc="main_dev.dart" + export_method="development" fi # Set the variable -- 2.26.2