Compare commits
No commits in common. "611320a699dd0679dbf15ff6879796d7c0114b8a" and "425be27aadd026ccaa9b22d2eba9c694122ffdd4" have entirely different histories.
611320a699
...
425be27aad
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install kubeconform
|
- name: Install kubeconform
|
||||||
run: |
|
run: |
|
||||||
wget -O- https://github.com/yannh/kubeconform/releases/latest/download/kubeconform-linux-amd64.tar.gz | tar xz
|
curl -sL https://github.com/yannh/kubeconform/releases/latest/download/kubeconform-linux-amd64.tar.gz | tar xz
|
||||||
mv kubeconform /usr/local/bin
|
mv kubeconform /usr/local/bin
|
||||||
|
|
||||||
- name: Validate manifests
|
- name: Validate manifests
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue