Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wk989898 authored Nov 22, 2024
1 parent 603b5b0 commit 5d5ad82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-integration-test-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ download_binaries() {
local tiflash_sha1=$(echo "$tiflash_branch_sha1" | cut -d':' -f2)

# Define download URLs
local tidb_download_url="${FILE_SERVER_URL}/download/builds/pingcap/tidb/${tidb_sha1}/centos7/tidb-server.tar.gz"
local tidb_download_url="${FILE_SERVER_URL}/download/builds/pingcap/tidb/50b5cd27d41309a9b83d9c6e3529e15dd2cd60f9/centos7/tidb-server.tar.gz"
local tikv_download_url="${FILE_SERVER_URL}/download/builds/pingcap/tikv/${tikv_sha1}/centos7/tikv-server.tar.gz"
local pd_download_url="${FILE_SERVER_URL}/download/builds/pingcap/pd/${pd_sha1}/centos7/pd-server.tar.gz"
local tiflash_download_url="${FILE_SERVER_URL}/download/builds/pingcap/tiflash/${tiflash_branch}/${tiflash_sha1}/centos7/tiflash.tar.gz"
Expand Down

0 comments on commit 5d5ad82

Please sign in to comment.