diff --git a/jobs/Hi365_Android/config.xml b/jobs/Hi365_Android/config.xml index 983f6194090c28c891a8c6b02c520e45b87b52ad..b68431ca6dac1ea97f14d02c6e5b7943afad48cf 100644 --- a/jobs/Hi365_Android/config.xml +++ b/jobs/Hi365_Android/config.xml @@ -49,6 +49,7 @@ project_path=$(pwd) +echo ${project_path} # determine build type by git branch if [ $BUILD_BRANCH == "master" ] @@ -59,7 +60,7 @@ else fi # clean build -flutter clean && flutter build apk --${build_type} +flutter clean && flutter pub get && flutter build apk --${build_type}