fix environnement kubectl
Deploy PHP / deploy (push) Failing after 1s

This commit is contained in:
2026-05-21 16:17:36 +00:00
parent ea20a19bfb
commit 4a4d814274
-1
View File
@@ -19,7 +19,6 @@ jobs:
- name: Install kubectl
run: |
apk add --no-cache curl
curl -LO https://dl.k8s.io/release/v1.31.0/bin/linux/amd64/kubectl
chmod +x kubectl
mv kubectl /usr/local/bin/kubectl