From d1844a05db540e8d97fcdee771c8c81a861ab8c3 Mon Sep 17 00:00:00 2001 From: Friedel Ziegelmayer Date: Mon, 15 Jun 2020 21:22:00 +0200 Subject: [PATCH] chore(ci): remove validate commit message Ain't nobody happy with this anyway --- .circleci/config.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fb1af2db5..ed02b464f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -267,22 +267,6 @@ jobs: cargo +$(cat rust-toolchain) test --release --verbose --workspace no_output_timeout: 2h - validate_commit_msg: - docker: - - image: circleci/node:latest - resource_class: xlarge - steps: - - configure_environment_variables - - checkout - - attach_workspace: - at: "." - - run: - name: Install dependencies - command: npm i @commitlint/config-angular @commitlint/cli - - run: - name: Validate Commit Messages - command: | - npx commitlint --extends @commitlint/config-angular --from origin/master --to $CIRCLE_SHA1 commands: ensure_filecoin_parameters: steps: @@ -366,7 +350,6 @@ workflows: requires: - cargo_fetch - ensure_groth_parameters_and_keys_linux - - validate_commit_msg - test_darwin - metrics_capture: requires: