Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Noe Nieto
Shipwright - LDH Developer
Commits
97cdafdd
Commit
97cdafdd
authored
Jan 23, 2019
by
Noe Nieto
💬
Browse files
use gitlab to check yml syntax
parent
e6ce6ce8
Pipeline
#3789
failed with stage
in 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
97cdafdd
stages
:
-
test
before_script
:
-
apt-get update -qq && apt-get install -y -qq ansible-lint
ansible_lint
:
script
:
-
find . -name *.yml -print0 | xargs -0 ansible-lint
tags
:
-
'
librem5'
stage
:
test
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