Skip to content

Commit

Permalink
tests: correct pd binary for tests (#10530)
Browse files Browse the repository at this point in the history
close #10531
  • Loading branch information
hicqu authored Feb 6, 2024
1 parent 79d5246 commit 836c37c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/download-integration-test-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ function download_binaries() {
# tidb_sha1=$(curl "${file_server_url}/download/refs/pingcap/tidb/${branch}/sha1")
tidb_sha1=ff8b3d356d604db05d8ca18e93d2c6b81db9c449
tikv_sha1=$(curl "${file_server_url}/download/refs/pingcap/tikv/${branch}/sha1")
# pd_sha1=$(curl "${file_server_url}/download/refs/pingcap/pd/v7.5.0/sha1")
pd_sha1=fb6606aa3f41cc5dc4b804d4715e1613d30835bf
pd_sha1=$(curl "${file_server_url}/download/refs/pingcap/pd/${branch}/sha1")
tiflash_sha1=$(curl "${file_server_url}/download/refs/pingcap/tiflash/${branch}/sha1")

# All download links.
Expand Down

0 comments on commit 836c37c

Please sign in to comment.