diff --git a/.circleci/config.yml b/.circleci/config.yml index 207f992e..ea8803c3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,12 +11,12 @@ jobs: - image: gcr.io/kubernetes-charts-ci/test-image:v3.0.1 steps: - checkout - - run: false + - run: exit 1 workflows: version: 2 workflow: jobs: - - lint - - publish: - requires: - - lint \ No newline at end of file + - lint + - publish: + requires: + - lint \ No newline at end of file