changes on circleci to .circleci/config.yml,
This commit is contained in:
parent
b19ac218c9
commit
6234a6ebc3
1 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,8 @@
|
||||||
version: 2.1
|
version: 2.1
|
||||||
orbs:
|
orbs:
|
||||||
helm: banzaicloud/helm@0.0.5
|
helm: banzaicloud/helm@v0.0.5
|
||||||
jobs:
|
workflows:
|
||||||
- helm/lint-chart:
|
helm-chart-lint:
|
||||||
charts-dir: charts
|
jobs:
|
||||||
|
- helm/lint-chart:
|
||||||
|
charts-dir: charts
|
||||||
|
|
Loading…
Reference in a new issue