Uses quay.io/helmpack/chart-testing:v3.3.1 again.
Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
This commit is contained in:
parent
a2b6ba752b
commit
9b8103bbc6
1 changed files with 2 additions and 3 deletions
|
@ -2,10 +2,9 @@ version: 2.1
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
docker:
|
docker:
|
||||||
- image: gcr.io/kubernetes-charts-ci/test-image:v3.1.0
|
- image: quay.io/helmpack/chart-testing:v3.3.1
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- 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
|
- 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
|
# 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.
|
# so that it is regularly tested.
|
||||||
|
@ -19,7 +18,7 @@ jobs:
|
||||||
- run: git config --global user.email "nobody@circleci.com"
|
- run: git config --global user.email "nobody@circleci.com"
|
||||||
- run: git config --global user.name "Circle CI Build"
|
- run: git config --global user.name "Circle CI Build"
|
||||||
- checkout
|
- checkout
|
||||||
- run: helm init --client-only
|
- run: helm init --client-only --stable-repo-url=https://charts.helm.sh/stable
|
||||||
# Only actually publish charts on master.
|
# Only actually publish charts on master.
|
||||||
- run: |
|
- run: |
|
||||||
set -x
|
set -x
|
||||||
|
|
Loading…
Reference in a new issue