Skip to content

Commit

Permalink
test jq install
Browse files Browse the repository at this point in the history
  • Loading branch information
havardelnan committed Nov 18, 2024
1 parent b79c847 commit 992f527
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,12 @@ jobs:
uses: azure/setup-helm@v1
with:
version: v3.15.0

- name: install-yq
run: |
wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY}.tar.gz -O - | tar xz && mv ${BINARY} /usr/bin/yq
env:
VERSION: v4.44.5
BINARY: yq_linux_amd64
uses: sigoden/install-binary@v1
with:
repo: mikefarah/yq
tag: v4.44.5
name: yq_linux_amd64

- name: Build helm chart
run: |
Expand Down

0 comments on commit 992f527

Please sign in to comment.