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

hanahmily pushed a commit to branch feat/sidx-timerange
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


The following commit(s) were added to refs/heads/feat/sidx-timerange by this 
push:
     new 5e71d7865 fix: correct kubectl install path in test-fodc-e2e workflow
5e71d7865 is described below

commit 5e71d78657defbca2d8883ff8354fccb3125473b
Author: Hongtao Gao <[email protected]>
AuthorDate: Sat Mar 21 09:49:58 2026 +0000

    fix: correct kubectl install path in test-fodc-e2e workflow
---
 .github/workflows/test-fodc-e2e.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test-fodc-e2e.yml 
b/.github/workflows/test-fodc-e2e.yml
index 229575768..735334c97 100644
--- a/.github/workflows/test-fodc-e2e.yml
+++ b/.github/workflows/test-fodc-e2e.yml
@@ -62,7 +62,8 @@ jobs:
 
       - name: Install kubectl
         run: |
-          bash test/e2e-v2/script/prepare/setup-e2e-shell/install-kubectl.sh 
/tmp kubectl v1.30.0
+          mkdir -p "${HOME}/.local/bin"
+          bash test/e2e-v2/script/prepare/setup-e2e-shell/install-kubectl.sh 
/tmp "${HOME}/.local/bin" v1.30.0
           echo "${HOME}/.local/bin" >> "$GITHUB_PATH"
 
       - name: Install kind

Reply via email to