File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff 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
142142jobs :
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
359345workflows :
360346 version : 2
361- commitlint :
362- jobs :
363- - commitlint
364347 build :
365348 jobs :
366349 - test-chromium
You can’t perform that action at this time.
0 commit comments