diff --git a/.circleci/config.yml b/.circleci/config.yml index 567258a..7ce95f3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,17 +11,6 @@ defaults: &defaults jobs: - commitlint: - docker: - - image: williamlauze/circleci-commitlint:latest - working_directory: ~/app - - steps: - - checkout - - run: - name: Lint commit messages - command: /bin/sh /.scripts/commitlint_range.sh - checkout: <<: *defaults @@ -159,10 +148,6 @@ workflows: main: jobs: - checkout - - commitlint: - filters: - branches: - ignore: master - install-dependencies: requires: - checkout @@ -178,7 +163,6 @@ workflows: - install-dependencies - release: requires: - - commitlint - build - test filters: