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
open-source
gitlab-ci-templates
Commits
2283d1dfce4c
Commit
2283d1df
authored
Apr 27, 2021
by
Simon Chabot
Browse files
refactor(ci): use templates
parent
69d920482598
Pipeline
#52518
passed with stage
in 21 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2283d1df
---
image
:
python:latest
include
:
"
templates/no-duplicate-pipelines.yml"
include
:
-
"
templates/no-duplicated-ci-pipelines.yml"
-
"
templates/lint/yamllint.yml"
stages
:
-
lint
...
...
@@ -5,15 +7,3 @@
stages
:
-
lint
yamllint
:
stage
:
lint
rules
:
-
changes
:
-
"
**/*.yaml"
-
"
*.yaml"
-
"
**/*.yml"
-
"
*.yml"
script
:
-
pip install tox
-
tox -e yamllint
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