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
cubicweb
cubes
squareui
Commits
8ea0fcbfe89a
Commit
9eeaa419
authored
Aug 03, 2021
by
Cube Doctor
Browse files
ci(gitlab-ci): use templates from a common repository
parent
e25c5dc681f4
Pipeline
#74258
passed with stages
in 2 minutes and 35 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8ea0fcbf
...
...
@@ -3,9 +3,6 @@ default:
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 @@ include:
-
"
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
...
...
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