changes on circleci to .circleci/config.yml,

This commit is contained in:
Alex Collins 2019-10-31 10:24:34 -07:00
parent e8fc8f0346
commit 3ba0de54ca

View file

@ -11,12 +11,12 @@ jobs:
- image: gcr.io/kubernetes-charts-ci/test-image:v3.0.1 - image: gcr.io/kubernetes-charts-ci/test-image:v3.0.1
steps: steps:
- checkout - checkout
- run: false - run: exit 1
workflows: workflows:
version: 2 version: 2
workflow: workflow:
jobs: jobs:
- lint - lint
- publish: - publish:
requires: requires:
- lint - lint