Commit c39880ea authored by Rémy Coutable's avatar Rémy Coutable

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

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 7f78a78a
......@@ -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