remove disgusting filepaths from windowsn

indiachan-spamvector
Thomas Lynch 2 years ago
parent 153ab9f044
commit 4dc95a958a
Signed by: fatchan
GPG Key ID: 112884AA57DF40B1
  1. 2
      .gitlab-ci.yml

@ -8,7 +8,7 @@ eslint:
script:
- 'npm i -g eslint-cli'
- 'npm i eslint --save-dev'
- 'node node_modules\eslint\bin\eslint.js'
- 'node node_modules/eslint/bin/eslint.js'
allow_failure: true
# Run tests

Loading…
Cancel
Save