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

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


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 1668d9ddc61 [fix](ci) adjust thirdparth download url (#48552)
1668d9ddc61 is described below

commit 1668d9ddc612cf07d1235cc38654136119c10d91
Author: Dongyang Li <lidongy...@selectdb.com>
AuthorDate: Mon Mar 3 15:58:55 2025 +0800

    [fix](ci) adjust thirdparth download url (#48552)
---
 .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 0f36642913c..2ed92f8b863 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