👷 CI for bugfix-2.0.x, updates (#24560)

This commit is contained in:
Keith Bennett
2022-07-29 04:12:38 -07:00
committed by GitHub
parent eee8f11849
commit 3fab4898e4
24 changed files with 310 additions and 148 deletions

View File

@@ -13,9 +13,7 @@ which curl >/dev/null && TOOL='curl -L -s -S -f -o wgot'
which wget >/dev/null && TOOL='wget -q -O wgot'
CURR=$(git branch 2>/dev/null | grep ^* | sed 's/\* //g')
[[ $CURR == "bugfix-2.0.x" ]] && BRANCH=bugfix-2.0.x || BRANCH=bugfix-2.1.x
REPO=$BRANCH
REPO=bugfix-2.0.x
if [[ $# > 0 ]]; then
IFS=: read -r PART1 PART2 <<< "$@"