From f5d1220602a519bdda79f1016f44450e7b1f717a Mon Sep 17 00:00:00 2001 From: Roger Oba Date: Sat, 26 Feb 2022 20:14:54 -0300 Subject: [PATCH] Enforce danger success. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cb448d462..b16616214 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ jobs: - run: bundle update - run: pipenv run bundle exec fastlane test - run: bundle exec rubocop - - run: bundle exec danger || echo "danger failed, moving on" + - run: bundle exec danger "Deploy": docker: - image: fastlanetools/ci:0.4.0