Skip to content
Snippets Groups Projects
Commit 8ea0fcbfe89a authored by Cube Doctor's avatar Cube Doctor
Browse files

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

parent e25c5dc681f4
No related branches found
No related tags found
1 merge request!21ci(gitlab-ci): use templates from a common repository
Pipeline #74258 passed
......@@ -3,9 +3,6 @@
image: python:3.7
include:
# uncomment and uses to customize/extend the configuration here if needed
# (it needs to be at the same level than "- project")
# - ".gitlab-ci-extended.yml"
- project: "open-source/gitlab-ci-templates"
ref: "branch/default"
file:
......@@ -17,6 +14,9 @@
- "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
- "templates/upload-to-pypi.yml" # on a new mercurial tag (expected to be done with release-new), will push a release on pypi
# uncomment and uses to customize/extend the configuration here if needed
# (it needs to be at the same level than "- project")
# - ".gitlab-ci-extended.yml"
stages:
- lint
......
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