File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ jobs:
103
103
- name : Download kubectl
104
104
if : steps.kubectl.outputs.files_exists != 'true'
105
105
run : |
106
- wget -O /usr/local/bin/ kubectl "https://dl.k8s.io/release/${{ env.KUBECTL_VER }}/bin/linux/amd64/kubectl"
107
- chmod +x /usr/local/bin /kubectl
106
+ wget -O /tmp/ kubectl "https://dl.k8s.io/release/${{ env.KUBECTL_VERSION }}/bin/linux/amd64/kubectl"
107
+ chmod +x /tmp /kubectl
108
108
109
109
- name : Setup kubeconfig
110
110
env :
@@ -113,5 +113,5 @@ jobs:
113
113
114
114
- name : Deploy
115
115
run : |
116
- kubectl apply -f .k8s/deployment.release.yml
117
- kubectl -n ${{ env.K8S_NS }} rollout status deployment/gh-archived --timeout=1m
116
+ /tmp/ kubectl apply -f .k8s/deployment.release.yml
117
+ /tmp/ kubectl -n ${{ env.K8S_NS }} rollout status deployment/gh-archived --timeout=1m
You can’t perform that action at this time.
0 commit comments