changes on circleci to .circleci/config.yml,
This commit is contained in:
parent
5a1ec86d2c
commit
269931365f
1 changed files with 6 additions and 1 deletions
|
@ -1,8 +1,13 @@
|
|||
version: 2.1
|
||||
jobs:
|
||||
build:
|
||||
lint:
|
||||
docker:
|
||||
- image: gcr.io/kubernetes-charts-ci/test-image:v3.0.1
|
||||
steps:
|
||||
- checkout
|
||||
- run: ct lint --config .circleci/chart-testing.yaml
|
||||
workflows:
|
||||
version: 2
|
||||
workflow:
|
||||
jobs:
|
||||
- lint
|
Loading…
Reference in a new issue