Skip to content

Commit

Permalink
looks like yamale 3.0.0 was released with a breaking change in a meth…
Browse files Browse the repository at this point in the history
…od parameter, pinning to 2.2.0 (#2341)
  • Loading branch information
slim-bean authored Jul 11, 2020
1 parent ed64054 commit 7889e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- run:
name: Install Chart Testing tool
command: |
pip install yamale yamllint
pip install yamale==2.2.0 yamllint
curl -Lo ct.tgz https://github.com/helm/chart-testing/releases/download/v${CT_VERSION}/chart-testing_${CT_VERSION}_linux_amd64.tar.gz
sudo tar -C /usr/local/bin -xvf ct.tgz
sudo mv /usr/local/bin/etc /etc/ct/
Expand Down

0 comments on commit 7889e01

Please sign in to comment.