From 3ba0de54cafca51102eaf5c61e36152b31e72955 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Thu, 31 Oct 2019 10:24:34 -0700 Subject: [PATCH] changes on circleci to .circleci/config.yml, --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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