We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2025655 commit f38a446Copy full SHA for f38a446
ci/scripts/backwards-compat-test.sh
@@ -83,15 +83,6 @@ setup_old_cluster() {
83
tar -xvf risingwave-v${OLD_VERSION}-x86_64-unknown-linux.tar.gz
84
mv risingwave target/debug/risingwave
85
86
-# echo "--- Setup old release $OLD_VERSION"
87
-# pushd ..
88
-# git clone --depth 1 --branch "v${OLD_VERSION}-rc" "https://github.com/risingwavelabs/risingwave.git"
89
-# pushd risingwave
90
-# mkdir -p target/debug
91
-# echo "Branch:"
92
-# git branch
93
-# cp risingwave target/debug/risingwave
94
-
95
echo "--- Start cluster on tag $OLD_VERSION"
96
git config --global --add safe.directory /risingwave
97
}
0 commit comments