diff --git a/jobs/Deploy_Hi365_IOS_SIT/config.xml b/jobs/Deploy_Hi365_IOS_SIT/config.xml index 3692d68057144712b2a314f0ba00f2dc7e7a7c49..9a1afe5fc948e007c531f8b17788eeade94f358c 100644 --- a/jobs/Deploy_Hi365_IOS_SIT/config.xml +++ b/jobs/Deploy_Hi365_IOS_SIT/config.xml @@ -69,12 +69,8 @@ project_path=$(pwd) cd $project_path/ios -now=$(date +"%Y_%m_%d_%H:%M") - current_date=$(date +"%Y%m%d") -app_version=$(grep 'version:' ${project_path}/pubspec.yaml | cut -d ' ' -f2) - git_short_hash=$(git rev-parse --short HEAD) ipa_name="Hi365_SIT_${current_date}_${Version_Number}_${git_short_hash}.ipa"