Skip to content

Commit 9f415b3

Browse files
committed
chore: remove commitlint from CI
1 parent 02e197d commit 9f415b3

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.circleci/config.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -140,20 +140,6 @@ commands:
140140
key: v2-golden-images-{{ .Branch }}-<< parameters.regression_system >>-<< parameters.regression_color >>-<< parameters.regression_scale >>-<< parameters.regression_dir >>-{{ epoch }}
141141

142142
jobs:
143-
commitlint:
144-
executor: node
145-
146-
steps:
147-
- downstream
148-
- run:
149-
name: Define environment variable with lastest commit's message
150-
command: |
151-
echo 'export COMMIT_MESSAGE=$(git log -1 --pretty=format:"%s")' >> $BASH_ENV
152-
source $BASH_ENV
153-
- run:
154-
name: Lint commit message
155-
command: echo "$COMMIT_MESSAGE" | yarn commitlint --config commitlint.config.cjs
156-
157143
test-chromium:
158144
executor: node
159145

@@ -358,9 +344,6 @@ jobs:
358344

359345
workflows:
360346
version: 2
361-
commitlint:
362-
jobs:
363-
- commitlint
364347
build:
365348
jobs:
366349
- test-chromium

0 commit comments

Comments
 (0)