This is an automated email from the ASF dual-hosted git repository.
diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new a69e5c51816 [chore](ci) Update branch-4.1 condition for thrift setup
with cdc client (#61607)
a69e5c51816 is described below
commit a69e5c5181611e6956471ea1c0ff54df5262f1af
Author: wudi <[email protected]>
AuthorDate: Mon Mar 23 11:26:04 2026 +0800
[chore](ci) Update branch-4.1 condition for thrift setup with cdc client
(#61607)
### What problem does this PR solve?
Update branch-4.1 condition for thrift setup with cdc client
---
.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 6de845967e6..e99c6559001 100644
--- a/.github/workflows/build-extension.yml
+++ b/.github/workflows/build-extension.yml
@@ -114,7 +114,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]