changes on circleci to .circleci/config.yml,

This commit is contained in:
Alex Collins 2019-10-29 18:54:32 -07:00
parent d047cf5181
commit d1e5b49988

View file

@ -1,17 +1,9 @@
version: 2.1 version: 2.1
orbs: orbs:
helm: circleci/helm@0.2.0 helm: banzaicloud/helm@0.0.5
jobs: jobs:
build: build:
docker:
- image: debian:stretch
steps: steps:
- install-helm-client
# circleci local execute
# - run: apt-get update
# - run: apt-get install -y git
# - run: apt-get install -y helm
- checkout - checkout
- run: helm lint charts/argo - helm/lint-chart:
- run: helm lint charts/argo-cd charts-dir: charts
- run: helm lint charts/argo-events