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

chufenggao pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new d5f99cc582 [E2E][Bug] Fix k8s-e2e (#15098)
d5f99cc582 is described below

commit d5f99cc582a2ad518715c5c02d08dd5f315dd33b
Author: Aaron Wang <[email protected]>
AuthorDate: Wed Nov 1 14:57:06 2023 +0800

    [E2E][Bug] Fix k8s-e2e (#15098)
---
 .github/workflows/e2e-k8s.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/e2e-k8s.yml b/.github/workflows/e2e-k8s.yml
index 2bb061c594..fb402b3c79 100644
--- a/.github/workflows/e2e-k8s.yml
+++ b/.github/workflows/e2e-k8s.yml
@@ -71,7 +71,7 @@ jobs:
         run: |
           # install kubectl
           curl -LO "https://dl.k8s.io/release/v1.28.3/bin/linux/amd64/kubectl";
-          sudo chmod +x kubectl /usr/local/bin/kubectl
+          sudo chmod +x kubectl
           sudo mv kubectl /usr/local/bin/kubectl
 
           # install kind

Reply via email to