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

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

parent a2d67491ca0f
No related branches found
No related tags found
1 merge request!36ci(gitlab-ci): use templates from a common repository
Pipeline #131171 passed
......@@ -4,5 +4,5 @@
include:
- project: "open-source/gitlab-ci-templates"
ref: "branch/default"
ref: "branch/v2"
file:
......@@ -8,4 +8,5 @@
file:
- "templates/base.yml" # mandatory base template
- "templates/no-duplicated-ci-pipelines.yml" # use workflow to avoid duplicated pipelines
- "templates/lint/twine-check.yml" # will run twine check to see if pypi won't reject the package
- "templates/lint/check-dependencies-resolution.yml" # will run pip-compile -n to check if dependencies are compatibles
......
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