Skip to content

Commit

Permalink
fix: start new cluster with target commit version in backwards compat…
Browse files Browse the repository at this point in the history
… test (#17144) (#17160)

Co-authored-by: August <[email protected]>
  • Loading branch information
github-actions[bot] and yezizp2012 authored Jun 7, 2024
1 parent 2c7d464 commit edbc19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/backwards-compat-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ setup_old_cluster() {

setup_new_cluster() {
echo "--- Setup Risingwave @ $RW_COMMIT"
git checkout -
git checkout "$RW_COMMIT"
download_and_prepare_rw "$profile" common
# Make sure we always start w/o old config
rm -r .risingwave/config
Expand Down

0 comments on commit edbc19e

Please sign in to comment.