1
0
mirror of https://github.com/helm/charts.git synced 2026-02-14 10:00:02 +00:00
Files
deprecated-helm-charts/test/circle/README.md
Matt Farina 64fffcf600 Add support for linting of charts on every PR via CircleCI (#2404)
This change does the following:
- Adds a circleci config file
- Has 2 scripts. One for installing tools and a separate one for
  executing tests
- Removes lint testing from the changed.sh script since it is
  performed elsewhere
- For linting changes the git diff mechanism to look at the merge
  base rather than all differences from master. The intent is to
  look for changes in this request rather than including those
  in PRs that may have already been merged to master while this
  one lingered.

Ref #2337
2017-10-04 12:50:30 -07:00

129 B

CircleCI Testing

This directory contains scripts tailored to run on CircleCI. For more information see the test documentation.