Commit 764e5f66 authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch '35367-speedup-lint-javascript-report-job' into 'master'

Make the `lint:javascript:report` job depends on `setup-test-env` only

Closes #35367

See merge request !12998
parents e019c718 c39880ea
......@@ -538,6 +538,8 @@ lint:javascript:report:
<<: *except-docs
<<: *pull-cache
stage: post-test
dependencies:
- setup-test-env
before_script: []
script:
- find app/ spec/ -name '*.js' -exec sed --in-place 's|/\* eslint-disable .*\*/||' {} \; # run report over all files
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment