Overrides stable repo.

Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
This commit is contained in:
Vlad Losev 2021-01-11 15:33:04 -08:00
parent cbc2c12cd6
commit 2cfdd9589e
No known key found for this signature in database
GPG key ID: 3A3C3B9FAA3AB7AE

View file

@ -5,7 +5,7 @@ jobs:
- image: gcr.io/kubernetes-charts-ci/test-image:v3.1.0 - image: gcr.io/kubernetes-charts-ci/test-image:v3.1.0
steps: steps:
- checkout - checkout
- run: helm init --client-only - run: helm init --client-only --stable-repo-url=https://charts.helm.sh/stable
- run: helm repo add minio https://helm.min.io/ - run: helm repo add minio https://helm.min.io/
- 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