changes on circleci to .circleci/config.yml,
This commit is contained in:
parent
d047cf5181
commit
d1e5b49988
1 changed files with 3 additions and 11 deletions
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue