Skip to content

Commit

Permalink
Don't check helm version on every push
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Sheehy <ssheehy@firescope.com>
  • Loading branch information
Steven Sheehy committed Jun 12, 2019
1 parent 9d77bb3 commit 22ff505
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 @@ -181,7 +181,7 @@ jobs:
- run:
name: Run Chart Tests
command: |
ct lint --chart-dirs=production/helm --validate-maintainers=false
ct lint --chart-dirs=production/helm --check-version-increment=false --validate-maintainers=false
ct install --build-id=${CIRCLE_BUILD_NUM} --charts production/helm/loki-stack --upgrade
publish-helm:
Expand Down

0 comments on commit 22ff505

Please sign in to comment.