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 34f86b2 commit 2e33c91Copy full SHA for 2e33c91
ci/scripts/backwards-compat-test.sh
@@ -123,9 +123,12 @@ git checkout "${TAG}-rc"
123
cargo build -p risedev
124
125
echo "--- Setup old release $TAG"
126
-git clone --depth 1 --branch "${TAG}-rc" "https://${GITHUB_TOKEN}@github.com/risingwavelabs/risingwave/releases/download/${TAG}/risingwave-${TAG}-x86_64-unknown-linux.tar.gz"
127
-tar -xvf risingwave-${TAG}-x86_64-unknown-linux.tar.gz
+pushd ..
+git clone --depth 1 --branch "${TAG}-rc" "https://github.com/risingwavelabs/risingwave.git"
128
+pushd risingwave
129
mkdir -p target/debug
130
+echo "Branch:"
131
+git branch
132
cp risingwave target/debug/risingwave
133
134
echo "--- Teardown any old cluster"
0 commit comments