We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b5608 commit 1dc9bbdCopy full SHA for 1dc9bbd
.github/workflows/build-extension.yml
@@ -75,7 +75,7 @@ jobs:
75
run: |
76
pushd thirdparty
77
branch="${{ github.base_ref }}"
78
- if [[ -z "${branch}" ]] || [[ "${branch}" == 'master' || "${branch}" == 'branch-3.0' || "${branch}" == 'branch-2.1' ]]; then
+ if [[ -z "${branch}" ]] || [[ "${branch}" == 'master' || "${branch}" == 'branch-4.0' || "${branch}" == 'branch-3.0' || "${branch}" == 'branch-2.1' ]]; then
79
curl -L https://github.com/apache/doris-thirdparty/releases/download/automation/doris-thirdparty-prebuilt-linux-x86_64.tar.xz \
80
-o doris-thirdparty-prebuilt-linux-x86_64.tar.xz
81
else
0 commit comments