[SUCS Devel] [Git][sucssite/sucs-site][sucs-site] need curl, doh!
Imran Hussain
imranh at sucs.org
Fri Jun 30 12:48:38 BST 2017
Imran Hussain pushed to branch sucs-site at sucssite / sucs-site
Commits:
5f3d26d1 by Imran Hussain at 2017-06-30T12:48:51+01:00
need curl, doh!
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,8 @@ js-syntax-check:
- apt-get update
# - 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 -
+ - apt-get install curl
+ - curl -sL https://deb.nodesource.com/setup_8.x | 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/5f3d26d1f9ea7dfe19754841ac81cf89d54c2ea5
---
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/commit/5f3d26d1f9ea7dfe19754841ac81cf89d54c2ea5
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/fcda6724/attachment.html>
More information about the Devel
mailing list