Restores helm init.
Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
This commit is contained in:
parent
0490436ecf
commit
a2b6ba752b
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ jobs:
|
|||
- image: gcr.io/kubernetes-charts-ci/test-image:v3.1.0
|
||||
steps:
|
||||
- checkout
|
||||
- run: helm init --client-only --stable-repo-url=https://charts.helm.sh/stable
|
||||
- run: ct lint --config .circleci/chart-testing.yaml --lint-conf .circleci/lintconf.yaml
|
||||
# Technically this only needs to be run on master, but it's good to have it run on every PR
|
||||
# so that it is regularly tested.
|
||||
|
|
Loading…
Reference in a new issue