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
celerytask
Commits
c78f066be215
Commit
001904d4
authored
Apr 29, 2021
by
Laurent Peuch
Browse files
ci(gitlab-ci): use templates from a common repository
parent
6754faa6c2f1
Pipeline
#53426
failed with stages
in 1 minute and 22 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c78f066b
...
...
@@ -3,6 +3,7 @@ default:
image
:
python:3.7
include
:
-
"
.gitlab-ci-extended.yml"
-
project
:
"
open-source/gitlab-ci-templates"
ref
:
"
branch/default"
file
:
...
...
@@ -13,7 +14,6 @@ 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
-
'
.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