Skip to content

Commit e32b05d

Browse files
committed
Testing k8s action
1 parent 02316f4 commit e32b05d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-k8s-server-66.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,14 @@ jobs:
9292
run: |
9393
curl -L https://get.helm.sh/helm-v3.15.4-linux-amd64.tar.gz -o helm-v3.15.4-linux-amd64.tar.gz
9494
tar -zxvf helm-v3.15.4-linux-amd64.tar.gz
95-
sudo mv linux-amd64/helm /usr/local/bin/helm
95+
mv linux-amd64/helm /usr/local/bin/helm
9696
helm version
9797
9898
- name: Install kubectl v1.31.0
9999
run: |
100100
curl -LO "https://dl.k8s.io/release/v1.31.0/bin/linux/amd64/kubectl"
101101
chmod +x kubectl
102-
sudo mv kubectl /usr/local/bin/
102+
mv kubectl /usr/local/bin/
103103
kubectl version --client
104104
105105
- name: Set parameters based on branch and input

0 commit comments

Comments
 (0)