Skip to content

Commit 2e33c91

Browse files
committed
interim commit: setup old release
1 parent 34f86b2 commit 2e33c91

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ci/scripts/backwards-compat-test.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,12 @@ git checkout "${TAG}-rc"
123123
cargo build -p risedev
124124

125125
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
126+
pushd ..
127+
git clone --depth 1 --branch "${TAG}-rc" "https://github.com/risingwavelabs/risingwave.git"
128+
pushd risingwave
128129
mkdir -p target/debug
130+
echo "Branch:"
131+
git branch
129132
cp risingwave target/debug/risingwave
130133

131134
echo "--- Teardown any old cluster"

0 commit comments

Comments
 (0)