use circleci for chart testing (#1225)

* use circleci for chart testing

* update ct flags

* trigger ci

* restore circleci config
This commit is contained in:
Rimas Mocevicius
2019-05-15 20:21:12 +01:00
committed by Aaron Schlesinger
parent a75776b4ee
commit 955929d89d
4 changed files with 236 additions and 15 deletions
-11
View File
@@ -4,17 +4,6 @@ name: default
steps:
- name: chart-lint
image: quay.io/helmpack/chart-testing:v2.3.3
commands:
- ct lint --config test/ct.yaml
when:
branch:
- master
event:
- push
- pull_request
- name: build
image: golang:1.12
commands: