Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Rex Dri
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
32
Issues
32
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rex Dri
Rex Dri
Commits
4acba3d0
Commit
4acba3d0
authored
Feb 08, 2019
by
Florent Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CI to lint js too
parent
8647ed5c
Pipeline
#34770
passed with stages
in 2 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
.gitlab-ci.yml
.gitlab-ci.yml
+11
-3
No files found.
.gitlab-ci.yml
View file @
4acba3d0
stages
:
-
test
-
syntaxe
-
linting
-
doc
-
deploy
...
...
@@ -27,7 +27,7 @@ testing:
-
docker
flake8
:
stage
:
syntaxe
stage
:
linting
image
:
python:3.6.5-jessie
script
:
-
pip install flake8
...
...
@@ -35,6 +35,14 @@ flake8:
tags
:
-
docker
eslint
:
stage
:
linting
image
:
pipelinecomponents/eslint:latest
script
:
-
cd frontend && npm run lint
tags
:
-
docker
pages
:
stage
:
doc
image
:
floawfloaw/plantuml
...
...
@@ -50,7 +58,7 @@ pages:
paths
:
-
public
expire_in
:
1 month
only
:
only
:
-
master
tags
:
-
docker
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment