diff --git a/jobs/Deploy_Hi365_IOS_SIT/config.xml b/jobs/Deploy_Hi365_IOS_SIT/config.xml index b18d2f12b78b3d75d22a6b5d5c6644c8da6daa30..4086772850aac98d5cfab51e1521995303d1b049 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"