Skip to content

Commit

Permalink
Merge pull request #681 from DroidKaigi/jmatsu-patch-1
Browse files Browse the repository at this point in the history
Skip lint when deploying to GooglePlay
  • Loading branch information
jmatsu committed Sep 27, 2018
2 parents f5dfc76 + ec58876 commit f19dd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -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
Expand Down

0 comments on commit f19dd63

Please sign in to comment.