Commit 4371a5df authored by YM-RD-AP01\ymadmin's avatar YM-RD-AP01\ymadmin

20180082: Job [Hi365_Android] configuration updated

Change performed by ³¯¾_¶§
parent 16d98c76
......@@ -50,7 +50,7 @@
<hudson.tasks.Shell>
<command>project_path=$(pwd)
output_path=&quot;${project_path}/build/app/outputs/apk/release/&quot;
app_version=`grep &apos;version:&apos; pubspec.yaml | cut -d &apos; &apos; -f2`
app_version=$(grep &apos;version:&apos; pubspec.yaml | cut -d &apos; &apos; -f2)
# determine build type by git branch
if [ $BUILD_BRANCH == &quot;master&quot; ]
......
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