Skip to content
Snippets Groups Projects
Commit a54c8a28 authored by Imran Hussain's avatar Imran Hussain
Browse files

[ci/cd] nodejs image entrypoint tweak

parent d5c26286
No related branches found
No related tags found
No related merge requests found
Pipeline #864 failed
......@@ -25,7 +25,7 @@ js-syntax-check:
stage: test
image:
name: node:lts
entrypoint: ["/bin/bash"]
entrypoint: [""]
script:
- npm install -g jshint
- find htdocs/js/ -name *.js ! -name jquery* | xargs -n 1 jshint --verbose
......
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