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

20180082: Job [Hi365_iOS] configuration updated

Change performed by ³¯¾_¶§
parent b14a9d87
...@@ -66,8 +66,12 @@ cd $project_path/ios ...@@ -66,8 +66,12 @@ cd $project_path/ios
now=$(date +"%Y_%m_%d_%H:%M") now=$(date +"%Y_%m_%d_%H:%M")
current_date=$(date +"%Y%m%d")
app_version=$(grep 'version:' ${project_path}/pubspec.yaml | cut -d ' ' -f2) app_version=$(grep 'version:' ${project_path}/pubspec.yaml | cut -d ' ' -f2)
git_short_hash=$(echo ${GIT_COMMIT}|cut -c1-8)
scheme="Runner" scheme="Runner"
# package configuration for fastlane # package configuration for fastlane
...@@ -99,7 +103,7 @@ archive_path="$output_path/hi365_${export_method}_${now}.xcarchive" ...@@ -99,7 +103,7 @@ archive_path="$output_path/hi365_${export_method}_${now}.xcarchive"
ipa_path="$output_path/hi365_${app_version}.ipa" ipa_path="$output_path/hi365_${app_version}.ipa"
# ipa name # ipa name
ipa_name="Hi365_${app_version}.ipa" ipa_name="Hi365_${current_date}.ipa"
commit_msg="$1" commit_msg="$1"
# show env settings # show env settings
......
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