Skip to content

Commit

Permalink
fix ft
Browse files Browse the repository at this point in the history
Signed-off-by: Lloyd-Pottiger <[email protected]>
  • Loading branch information
Lloyd-Pottiger committed Jul 31, 2024
1 parent e0a38ae commit feb28b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/docker/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ function set_branch() {
# XYZ_BRANCH: pd/tikv/tidb hash, default to `master`
# BRANCH: hash short cut, default to `master`
if [ -n "$BRANCH" ]; then
[ -z "$PD_BRANCH" ] && export PD_BRANCH="$BRANCH"
[ -z "$TIKV_BRANCH" ] && export TIKV_BRANCH="$BRANCH"
[ -z "$TIDB_BRANCH" ] && export TIDB_BRANCH="$BRANCH"
[ -z "$PD_BRANCH" ] && export PD_BRANCH="master"
[ -z "$TIKV_BRANCH" ] && export TIKV_BRANCH="master"
[ -z "$TIDB_BRANCH" ] && export TIDB_BRANCH="master"
fi
echo "use branch \`${BRANCH-master}\` for ci test"
}
Expand Down

0 comments on commit feb28b7

Please sign in to comment.