[SUCS Devel] [Git][sucssite/sucs-site][sucs-site] install nodejs from the main site, debian stable packages are screweed up
Imran Hussain
imranh at sucs.org
Fri Jun 30 12:46:48 BST 2017
Imran Hussain pushed to branch sucs-site at sucssite / sucs-site
Commits:
c37b71d1 by Imran Hussain at 2017-06-30T12:46:42+01:00
install nodejs from the main site, debian stable packages are screweed up
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,8 +25,9 @@ js-syntax-check:
script:
- apt-get clean
- apt-get update
- - apt-get install -y nodejs
- - ln -s /usr/bin/nodejs /usr/bin/node
+# - apt-get install -y nodejs
+# - ln -s /usr/bin/nodejs /usr/bin/node
+ - curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
- 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/c37b71d17a2bcf5f59d0afac8dcd6abdf9e2b217
---
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/commit/c37b71d17a2bcf5f59d0afac8dcd6abdf9e2b217
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/20170630/5f9abbfc/attachment-0001.html>
More information about the Devel
mailing list