From d21905a6e07f54ed5f129ccd55d514a811784027 Mon Sep 17 00:00:00 2001 From: Laurence Sebastian Bowes Date: Thu, 12 Sep 2019 15:38:54 +0100 Subject: [PATCH 1/2] updated some out of date stuff --- static/About/Staff.txt | 18 +++++++++++------- static/fragments/Front.txt | 4 ++-- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/static/About/Staff.txt b/static/About/Staff.txt index eeba1b6..046ed3b 100644 --- a/static/About/Staff.txt +++ b/static/About/Staff.txt @@ -4,9 +4,9 @@

The following people were elected to the following posts in accordance with the SUCS constitution.

@@ -100,4 +104,4 @@ exceptional help over the years.

---> \ No newline at end of file +--> diff --git a/static/fragments/Front.txt b/static/fragments/Front.txt index c297be7..4900a44 100644 --- a/static/fragments/Front.txt +++ b/static/fragments/Front.txt @@ -7,5 +7,5 @@ hour access. There are usually members present through the week so feel free to stop by.

Visit the Community section of the site for more ways to get in touch with your fellow members, including Milliways, our chat room. 

-

SUCS celebrated its twenty-fifth birthday in the summer of 2014. We have compiled a site about the society's history. To read about it and contribute your part of the story, visit http://history.sucs.org/.

-
SUCS history
\ No newline at end of file +

SUCS celebrated its thirtieth birthday in the summer of 2019. We have compiled a site about the society's history. To read about it and contribute your part of the story, visit http://history.sucs.org/.

+
SUCS history
-- GitLab From 99bd275b3939f80e9314347ddf9c78da0a7fdd3e Mon Sep 17 00:00:00 2001 From: Laurence Sebastian Bowes Date: Thu, 12 Sep 2019 15:49:26 +0100 Subject: [PATCH 2/2] Hopefully this fixes it --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7639f8a..99e3403 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,7 @@ js-syntax-check: - apt-get install -y curl gnupg - curl -sL https://deb.nodesource.com/setup_8.x | bash - - apt-get install -y nodejs + - apt-get install -y npm - npm install -g jshint - find htdocs/js/ -name *.js ! -name jquery* | xargs -n 1 jshint --verbose -- GitLab