Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
shells
signup-site
Commits
dd90ae63
Commit
dd90ae63
authored
Jan 03, 2019
by
Cool Fire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace yamllint with python package since the ruby gem is not maintained
parent
a92e6f17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
.gitlab-ci.yml
.gitlab-ci.yml
+4
-3
No files found.
.gitlab-ci.yml
View file @
dd90ae63
...
...
@@ -37,10 +37,11 @@ lint_ruby:
-
rubocop -l -f s
lint_yaml
:
stage
:
linting
image
:
ruby:2.6-alpine
image
:
python:3.6
script
:
-
gem install --no-document yamllint
-
yamllint content/*.yaml
-
pip3 install yamllint
-
yamllint -v
-
yamllint -s content/*.yaml
rack_test_2-6
:
stage
:
testing
image
:
ruby:2.6-alpine
...
...
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