Skip to content

Commit

Permalink
Use latest version of vtctldclient
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Jun 13, 2024
1 parent c4b9000 commit 1e4b169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/get-e2e-test-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ fi
if ! command -v vtctldclient &> /dev/null
then
echo "Downloading vtctldclient..."
version=19.0.3
file=vitess-${version}-cb5464e.tar.gz
version=20.0.0-rc1
file=vitess-${version}-7e8c974.tar.gz
wget https://github.com/vitessio/vitess/releases/download/v${version}/${file}
tar -xzf ${file}
cd ${file/.tar.gz/}
Expand Down

0 comments on commit 1e4b169

Please sign in to comment.