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

20180082: Job [Deploy_Hi365_Android_PROD] configuration updated

Change performed by ³¯¾_¶§
parent f0fc0179
...@@ -73,7 +73,7 @@ git_short_hash=$(git rev-parse --short HEAD) ...@@ -73,7 +73,7 @@ git_short_hash=$(git rev-parse --short HEAD)
output_path="${project_path}/build/app/outputs/apk/release" output_path="${project_path}/build/app/outputs/apk/release"
new_apk_name="Hi365_Release_${current_date}_$Version_Number_${git_short_hash}.apk" new_apk_name="Hi365_Release_${current_date}_$Version_Number_${git_short_hash}.aab"
apk_path="${output_path}/${new_apk_name}" apk_path="${output_path}/${new_apk_name}"
...@@ -81,7 +81,7 @@ apk_path="${output_path}/${new_apk_name}" ...@@ -81,7 +81,7 @@ apk_path="${output_path}/${new_apk_name}"
flutter build apk --release -t lib/main_prod.dart flutter build apk --release -t lib/main_prod.dart
# rename apk name # rename apk name
mv ${output_path}/app-release.apk ${apk_path} mv ${output_path}/app-release.aab ${apk_path}
# deploy # deploy
echo "TODO...Deploy to APK repository" echo "TODO...Deploy to APK repository"
......
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