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