[SUCS Devel] [Git][sucssite/sucs-site][master] Nasty hack to work around debian calling node.js by it's name and not just node
Imran Hussain
imranh at sucs.org
Mon Nov 9 11:35:05 GMT 2015
Imran Hussain pushed to branch master at sucssite / sucs-site
Commits:
9211229c by Imran Hussain at 2015-11-09T11:34:34Z
Nasty hack to work around debian calling node.js by it's name and not just node
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,7 @@ before_script:
- apt-get clean
- apt-get update
- apt-get install -y php5-cli npm
+ - ln -s /usr/bin/nodejs /usr/bin/node
- npm install -g jshint
php-syntax-check:
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/commit/9211229ce1676ee9614cc679a8fd22090e39f2db
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20151109/ddc78308/attachment.html>
More information about the Devel
mailing list