Commit b424f229 authored by YM-RD-AP01\ymadmin's avatar YM-RD-AP01\ymadmin

20180082: Job [Deploy_Hi365_IOS_SIT] configuration updated

Change performed by ³¯¾_¶§
parent e859010c
......@@ -30,16 +30,6 @@
</a>
</choices>
</hudson.model.ChoiceParameterDefinition>
<hudson.model.ChoiceParameterDefinition>
<name>BUILD_TYPE</name>
<description></description>
<choices class="java.util.Arrays$ArrayList">
<a class="string-array">
<string>AdHoc</string>
<string>Release</string>
</a>
</choices>
</hudson.model.ChoiceParameterDefinition>
<hudson.model.ChoiceParameterDefinition>
<name>BUILD_ENV</name>
<description></description>
......@@ -126,20 +116,6 @@ scheme=&quot;Runner&quot;
# package configuration for fastlane
configuration=${BUILD_ENV}
# export methods supports app-store, package, ad-hoc, enterprise, development and developer-id.
if [ $BUILD_TYPE == &quot;Release&quot; ]
then
export_method=&quot;app-store&quot;
elif [ $BUILD_TYPE == &quot;AdHoc&quot; ]
then
export_method=&quot;ad-hoc&quot;
elif [ $BUILD_TYPE == &quot;Develpment&quot; ]
then
export_method=&quot;development&quot;
else
export_method=&quot;development&quot;
fi
# iOS project path
workspace_path=&quot;${project_path}/ios/Runner.xcodeproj&quot;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment