[SUCS Devel] [Git][sucssite/sucs-site][sucs-site] nodejs install that is supposed to install deps doesn't actually do so, install gnupg manually
Imran Hussain
imranh at sucs.org
Fri Jun 30 12:53:45 BST 2017
Imran Hussain pushed to branch sucs-site at sucssite / sucs-site
Commits:
cfc77876 by Imran Hussain at 2017-06-30T12:53:31+01:00
nodejs install that is supposed to install deps doesn't actually do so, install gnupg manually
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,7 @@ js-syntax-check:
- apt-get update
# - apt-get install -y nodejs
# - ln -s /usr/bin/nodejs /usr/bin/node
- - apt-get install -y curl
+ - apt-get install -y curl gnupg
- 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/cfc7787611156358604ae613331a89a82d8a3f8f
---
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/commit/cfc7787611156358604ae613331a89a82d8a3f8f
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/b0aca52d/attachment-0001.html>
More information about the Devel
mailing list