From 4371a5dff28294527fa0568cfbe715d44f9d4ccf Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Wed, 11 Sep 2019 11:33:32 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/Hi365_Android/config.xml b/jobs/Hi365_Android/config.xml index 16a03ec5..d4fb2325 100644 --- a/jobs/Hi365_Android/config.xml +++ b/jobs/Hi365_Android/config.xml @@ -50,7 +50,7 @@ project_path=$(pwd) output_path="${project_path}/build/app/outputs/apk/release/" -app_version=`grep 'version:' pubspec.yaml | cut -d ' ' -f2` +app_version=$(grep 'version:' pubspec.yaml | cut -d ' ' -f2) # determine build type by git branch if [ $BUILD_BRANCH == "master" ] -- 2.26.2