From ec58876bc26ba71a51e9d1e4999be0c35d2996ed Mon Sep 17 00:00:00 2001 From: Jumpei Matsuda Date: Thu, 27 Sep 2018 13:05:50 +0900 Subject: [PATCH] Skip lint when deploying to GooglePlay --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cb57e999..5f36faea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -59,7 +59,7 @@ jobs: - run: name: Check command: | - if ! is_on_master_or_release; then + if ! is_on_master_or_release && ! deploy_to_google_play; then ./gradlew --stacktrace lint${APP_BUILD_TYPE^} ./gradlew --stacktrace ktlint${APP_BUILD_TYPE^}Check bundle exec danger