From b424f22994ecfa833f1294844718d311dcdd0172 Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Thu, 31 Oct 2019 17:01:36 +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 | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/jobs/Deploy_Hi365_IOS_SIT/config.xml b/jobs/Deploy_Hi365_IOS_SIT/config.xml index b18d2f12..40867728 100644 --- a/jobs/Deploy_Hi365_IOS_SIT/config.xml +++ b/jobs/Deploy_Hi365_IOS_SIT/config.xml @@ -30,16 +30,6 @@ - - BUILD_TYPE - - - - AdHoc - Release - - - BUILD_ENV @@ -126,20 +116,6 @@ scheme="Runner" # package configuration for fastlane configuration=${BUILD_ENV} -# export methods supports app-store, package, ad-hoc, enterprise, development and developer-id. -if [ $BUILD_TYPE == "Release" ] -then - export_method="app-store" -elif [ $BUILD_TYPE == "AdHoc" ] -then - export_method="ad-hoc" -elif [ $BUILD_TYPE == "Develpment" ] -then - export_method="development" -else - export_method="development" -fi - # iOS project path workspace_path="${project_path}/ios/Runner.xcodeproj" -- 2.26.2