Skip to content

Commit

Permalink
Fixed bad pipe in worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kévin ZGRZENDEK committed Dec 1, 2024
1 parent 105b6a1 commit 23a035f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
helm plugin install https://github.com/jtyr/kubeconform-helm
- name: Setup Polaris
run: \
run: |
mkdir -p .local/bin
curl -s https://api.github.com/repos/FairwindsOps/polaris/releases/latest | \
jq '.assets[] | select(.name=="polaris_linux_amd64.tar.gz")'.browser_download_url | \
Expand Down

0 comments on commit 23a035f

Please sign in to comment.