[SUCS Devel] [Git][sucssite/sucs-site][master] [ci/cd] fix syntax .gitlab-ci.yml
Imran Hussain (@imranh)
gitlab at projects.sucs.org
Wed Sep 27 12:59:53 BST 2023
Imran Hussain pushed to branch master at sucssite / sucs-site
Commits:
d5c26286 by Imran Hussain at 2023-09-27T11:59:50+00:00
[ci/cd] fix syntax .gitlab-ci.yml
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -23,8 +23,9 @@ php-syntax-check:
js-syntax-check:
stage: test
- image: node:lts
- entrypoint: ["/bin/bash"]
+ image:
+ name: node:lts
+ entrypoint: ["/bin/bash"]
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/d5c26286215f6f5ce06a818183915ff8b2a93356
--
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/-/commit/d5c26286215f6f5ce06a818183915ff8b2a93356
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/39c8ea25/attachment-0001.html>
More information about the Devel
mailing list