Skip to content
Snippets Groups Projects
Commit 27cbf30b authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

tweaking the eslint

parent 29096791
No related branches found
No related tags found
1 merge request!1188TMSS-2810 "Multiple TMSS FrontEnd Unit tests Fixed"
...@@ -952,14 +952,10 @@ eslint_TMSSFrontEnd: ...@@ -952,14 +952,10 @@ eslint_TMSSFrontEnd:
allow_failure: true allow_failure: true
script: script:
- echo "Eslinting TMSS FrontEnd..." - echo "Eslinting TMSS FrontEnd..."
- ls -al
- echo "and root.."
- ls -al /
- cd /builds/ro/lofar/SAS/TMSS/frontend/tmss_webapp - cd /builds/ro/lofar/SAS/TMSS/frontend/tmss_webapp
- ls -al - ls -al
- npx eslint -f json . --output-file=/eslint.json - npx eslint -f json . --output-file=/tmp/eslint.json
- echo "eslinted" - ls -al /tmp/eslint.json
- ls -al /
- echo "done" - echo "done"
needs: needs:
...@@ -969,7 +965,7 @@ eslint_TMSSFrontEnd: ...@@ -969,7 +965,7 @@ eslint_TMSSFrontEnd:
when: always when: always
expire_in: never expire_in: never
reports: reports:
codequality: /eslint.json codequality: /tmp/eslint.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment