diff --git a/jobs/Hi365_SIT_Deploy_Android/config.xml b/jobs/Hi365_SIT_Deploy_Android/config.xml index ece2a1ee6f230b6888309edcd710285144b47a67..463053ad8c53f88ce37b3bcb7214cc447c7c9c36 100644 --- a/jobs/Hi365_SIT_Deploy_Android/config.xml +++ b/jobs/Hi365_SIT_Deploy_Android/config.xml @@ -61,16 +61,14 @@ if [ $BUILD_BRANCH == "master" ] then build_type="release" default_doc="main_uat.dart" - run_env="UAT" else build_type="debug" default_doc="main_dev.dart" - run_env="SIT" fi output_path="${project_path}/build/app/outputs/apk/${build_type}" -new_apk_name="Hi365_${run_env}_${current_date}_${git_short_hash}.apk" +new_apk_name="Hi365_SIT_${current_date}_${git_short_hash}.apk" apk_path="${output_path}/${new_apk_name}"