Skip to content

Commit

Permalink
use release-5.4 branch image for other components
Browse files Browse the repository at this point in the history
  • Loading branch information
lidezhu committed May 23, 2022
1 parent 1a8b081 commit be63fce
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tests/docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,9 @@ function wait_env() {
# TAG: tiflash hash, default to `master`
# 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"
fi
export PD_BRANCH="release-5.4"
export TIKV_BRANCH="release-5.4"
export TIDB_BRANCH="release-5.4"


# Stop all docker instances if exist.
Expand Down

0 comments on commit be63fce

Please sign in to comment.