Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
44c4240d
Commit
44c4240d
authored
Apr 28, 2017
by
Ryan Herbert
Browse files
.gitlab-ci.yml add code quality check: jshint
parent
d2e44499
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
44c4240d
...
...
@@ -5,6 +5,7 @@ before_script:
-
make germline
stages
:
-
test_quality
-
test_unit
-
test_functional
-
deploy
...
...
@@ -35,6 +36,14 @@ test_browser-functional:
-
/^hotfix-[cw]\/.*$/
-
prod-client
code_quality
:
stage
:
test_quality
script
:
jshint browser/js/
only
:
-
/^feature-[cw]\/.*$/
-
/^hotfix-[cw]\/.*$/
-
prod-client
deploy
:
stage
:
deploy
script
:
...
...
Write
Preview
Supports
Markdown
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