未验证 提交 1923a103 编写于 作者: N Nurhan Turgut 提交者: GitHub

use $CIRRUS_BASE_BRANCH for the branch name

use $CIRRUS_BASE_BRANCH for getting the branch name when cloning the flutter repo.
上级 df4596d8
......@@ -17,7 +17,7 @@ fi
cd $ENGINE_PATH/src/flutter
# Special handling of release branches.
ENGINE_BRANCH_NAME=`git branch | grep '*' | cut -d ' ' -f2`
ENGINE_BRANCH_NAME=$CIRRUS_BASE_BRANCH
versionregex="^v[[:digit:]]+\."
releasecandidateregex="^flutter-[[:digit:]]+\.[[:digit:]]+-candidate\.[[:digit:]]+$"
ON_RELEASE_BRANCH=false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册