Skip to content
Snippets Groups Projects
Commit ba70c330e63f authored by Laurent Peuch's avatar Laurent Peuch
Browse files

ci(gitlab-ci): use templates from a common repository

parent 518a41c10904
No related branches found
No related tags found
1 merge request!18ci(gitlab-ci): use templates from a common repository
Pipeline #69566 passed
......@@ -11,4 +11,5 @@
file:
- "templates/no-duplicated-ci-pipelines.yml" # use workflow to avoid duplicated pipelines
- "templates/lint/flake8.yml" # will do the equivalent of 'tox -e flake8'
- "templates/lint/check-manifest.yml" # will do the equivalent of 'tox -e check-manifest'
- "templates/lint/yamllint.yml" # will do the equivalent of 'tox -e yamllint'
......@@ -14,5 +15,4 @@
- "templates/lint/yamllint.yml" # will do the equivalent of 'tox -e yamllint'
- "templates/lint/check-manifest.yml" # will do tox- e check-manifest
- "templates/tests/py27.yml" # will do the equivalent of 'tox -e py27'
- "templates/tests/py3.yml" # will do the equivalent of 'tox -e py3'
- "templates/create-release-on-heptapod.yml" # this will create a release on heptapod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment