Skip to content

Commit

Permalink
fix(ci): fix kubeconform move
Browse files Browse the repository at this point in the history
  • Loading branch information
willejs committed Aug 20, 2024
1 parent 141b5bb commit 9ff6c31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
mv linux-amd64/helm ./helm
curl -LO https://github.com/yannh/kubeconform/releases/download/v0.6.7/kubeconform-linux-amd64.tar.gz
tar -xzf kubeconform-linux-amd64.tar.gz
mv kubeconform ./kubeconform
rm helm-v3.12.0-linux-amd64.tar.gz
rm kubeconform-linux-amd64.tar.gz
- name: Move binaries to /usr/local/bin
Expand Down

0 comments on commit 9ff6c31

Please sign in to comment.