changes on circleci to

This commit is contained in:
Alex Collins 2019-10-29 19:03:02 -07:00
parent 8b23e2af00
commit 787f7d6d8b
3 changed files with 11 additions and 9 deletions

View file

View file

@ -1,8 +1,10 @@
version: 2.1
orbs:
helm: banzaicloud/helm@0.0.5
workflows:
helm-chart-lint:
jobs:
- helm/lint-chart:
charts-dir: charts
version: 2.0
jobs:
build:
docker:
- image: gcr.io/kubernetes-charts-ci/test-image:v3.0.1
steps:
- checkout
- run:
name: lint
command: ct lint --config .circleci/chart-testing.yaml

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
output
.vscode
.DS_Store
/*.tgz
*.tgz