From 8bee08ae2bdbd331fa6b15adb32b215544550302 Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Wed, 11 Sep 2019 18:45:51 +0800 Subject: [PATCH] 20180082: Job [Hi365_Android] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by ³¯¾_¶§ --- jobs/Hi365_Android/config.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jobs/Hi365_Android/config.xml b/jobs/Hi365_Android/config.xml index beabe749..e6e3b81b 100644 --- a/jobs/Hi365_Android/config.xml +++ b/jobs/Hi365_Android/config.xml @@ -50,8 +50,6 @@ project_path=$(pwd) -cd ${project_path}/android - app_version=$(grep 'version:' ${project_path}/pubspec.yaml | cut -d ' ' -f2) current_date=$(date +"%Y%m%d") @@ -68,7 +66,7 @@ fi output_path="${project_path}/build/app/outputs/apk/${build_type}" -new_apk_name="Hi365_SIT_${current_date}-${git_short_hash}.apk" +new_apk_name="Hi365_SIT_${current_date}_${git_short_hash}.apk" apk_path="${output_path}/${new_apk_name}" -- 2.26.2