Skip to content

Commit

Permalink
fix(ci): add yq
Browse files Browse the repository at this point in the history
  • Loading branch information
arcln committed Jun 14, 2022
1 parent 30617ea commit 353d487
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,9 @@ chart:
- docker-hub
- quay
before_script:
- add-apt-repository ppa:rmescandon/yq
- apt update -y
- apt install -y curl jq
- apt install -y curl jq yq
- curl -sSL 'https://github.com/helm/chart-releaser/releases/download/v1.4.0/chart-releaser_1.4.0_linux_amd64.tar.gz' | tar xz
script:
- cd deploy/chart
Expand Down

0 comments on commit 353d487

Please sign in to comment.