This is an automated email from the ASF dual-hosted git repository.

hellostephen pushed a commit to branch hello-stephen-patch-3
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 0a8eef61737eab0f91a2263fe977ac72d8d102cd
Author: Dongyang Li <lidongy...@selectdb.com>
AuthorDate: Mon Mar 3 15:48:25 2025 +0800

    [fix](ci) adjust thirdparth download url
---
 .github/workflows/build-extension.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-extension.yml 
b/.github/workflows/build-extension.yml
index d12fe7d9d71..24f926c5da2 100644
--- a/.github/workflows/build-extension.yml
+++ b/.github/workflows/build-extension.yml
@@ -75,7 +75,7 @@ jobs:
         run: |
           pushd thirdparty
           branch="${{ github.base_ref }}"
-          if [[ -z "${branch}" ]] || [[ "${branch}" == 'master' ]]; then
+          if [[ -z "${branch}" ]] || [[ "${branch}" == 'master' || "${branch}" 
== 'branch-3.0' || "${branch}" == 'branch-2.1' ]]; then
             curl -L 
https://github.com/apache/doris-thirdparty/releases/download/automation/doris-thirdparty-prebuilt-linux-x86_64.tar.xz
 \
               -o doris-thirdparty-prebuilt-linux-x86_64.tar.xz
           else


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to