Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sucs-site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sucssite
sucs-site
Compare revisions
153f56fe7fc809a59e8a3c476d72d5d172279037 to 9e43fafb3e1fe7270575704a31dc498da858283a
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
sucssite/sucs-site
Select target project
No results found
9e43fafb3e1fe7270575704a31dc498da858283a
Select Git revision
Branches
beta
master
sucs-site
Swap
Target
sucssite/sucs-site
Select target project
osian/sucs-site
kais58/sucs-site
imranh/sucs-site
foshjedi2004/sucs-site
gigosaurus/sucs-site
matstn/sucs-site
ripp_/sucs-site
eggnog/sucs-site
sucssite/sucs-site
elbows/sucs-site
realitykiller/sucs-site
crox/sucs-site
vectre/sucs-site
welshbyte/sucs-site
paperclipman/sucs-site
15 results
153f56fe7fc809a59e8a3c476d72d5d172279037
Select Git revision
Branches
beta
master
sucs-site
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Use node:current image
· c977f70e
Imran Hussain
authored
3 years ago
c977f70e
Merge branch 'fix-ci' into 'master'
· 9e43fafb
Imran Hussain
authored
3 years ago
Use node:current image See merge request
!124
9e43fafb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-9
2 additions, 9 deletions
.gitlab-ci.yml
with
2 additions
and
9 deletions
.gitlab-ci.yml
View file @
9e43fafb
...
...
@@ -22,15 +22,8 @@ php-syntax-check:
js-syntax-check
:
stage
:
test
image
:
node:current
script
:
-
apt-get clean
-
apt-get update
# - apt-get install -y nodejs
# - ln -s /usr/bin/nodejs /usr/bin/node
-
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
...
...
@@ -52,4 +45,4 @@ deploy-live:
-
curl https://sucs.org/pull.php
only
:
-
sucs-site
environment
:
live
\ No newline at end of file
environment
:
live
This diff is collapsed.
Click to expand it.