[SUCS Devel] [Git][sucssite/sucs-site][master] [ci/cd] nodejs image entrypoint sh with -c
Imran Hussain (@imranh)
gitlab at projects.sucs.org
Wed Sep 27 13:04:58 BST 2023
Imran Hussain pushed to branch master at sucssite / sucs-site
Commits:
35313b67 by Imran Hussain at 2023-09-27T12:04:55+00:00
[ci/cd] nodejs image entrypoint sh with -c
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -25,7 +25,7 @@ js-syntax-check:
stage: test
image:
name: node:lts
- entrypoint: ["bash"]
+ entrypoint: ["/bin/sh", "-c"]
script:
- npm install -g jshint
- find htdocs/js/ -name *.js ! -name jquery* | xargs -n 1 jshint --verbose
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/-/commit/35313b67f94097707688503c1d4e407d2025789e
--
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/-/commit/35313b67f94097707688503c1d4e407d2025789e
You're receiving this email because of your account on projects.sucs.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20230927/e4645a7a/attachment-0001.html>
More information about the Devel
mailing list