mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
use $CIRRUS_BASE_BRANCH for the branch name (#18014)
use $CIRRUS_BASE_BRANCH for getting the branch name when cloning the flutter repo.
This commit is contained in:
parent
bd5234780e
commit
2db3276573
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user