.drone.yml 317 Bytes
Newer Older
Joe Mayer's avatar
Joe Mayer committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
---
kind: pipeline
name: default

platform:
  os: linux
  arch: amd64

steps:
- name: lint-charts
  pull: default
  image: ranchercharts/chart-testing:v2.0.2-rancher3
  commands:
  - git remote add rancher-charts https://github.com/rancher/charts
  - git fetch rancher-charts master
  - ct lint --config test/ct.yaml