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

yiguolei pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-4.1 by this push:
     new a527e910fd9 branch-4.1: [chore](ci) Update branch-4.1 condition for 
thrift setup #61456 (#61458)
a527e910fd9 is described below

commit a527e910fd94c291bf915946951dbaa6e749a8e1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 18 14:32:16 2026 +0800

    branch-4.1: [chore](ci) Update branch-4.1 condition for thrift setup #61456 
(#61458)
    
    Cherry-picked from #61456
    
    Co-authored-by: Dongyang Li <[email protected]>
---
 .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 4125d692f54..6de845967e6 100644
--- a/.github/workflows/build-extension.yml
+++ b/.github/workflows/build-extension.yml
@@ -78,7 +78,7 @@ jobs:
         run: |
           pushd thirdparty
           branch="${{ github.base_ref }}"
-          if [[ -z "${branch}" ]] || [[ "${branch}" == 'master' || "${branch}" 
== 'branch-4.0' || "${branch}" == 'branch-3.0' || "${branch}" == 'branch-2.1' 
]]; then
+          if [[ -z "${branch}" ]] || [[ "${branch}" == 'master' || "${branch}" 
== 'branch-4.1' || "${branch}" == 'branch-4.0' || "${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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to