Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
blog
Commits
21a81a735912
Commit
115a45ca
authored
Apr 29, 2021
by
Laurent Peuch
Browse files
ci(gitlab-ci): use templates from a common repository
parent
d165b46f273a
Pipeline
#52842
waiting for manual action with stages
in 2 minutes and 11 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci-extended.yml
0 → 100644
View file @
21a81a73
---
# follow this doc to extend the already existing jobs:
# https://docs.gitlab.com/ee/ci/yaml/includes.html#overriding-external-template-values
# as a reminder the existing jobs are located here:
# https://forge.extranet.logilab.fr/open-source/gitlab-templates/
# or simply add more jobs here if you need them (use the already existing stages)
# /!\ remember to uncomment the include in the .gitlab-ci.yml /!\
.gitlab-ci.yml
View file @
21a81a73
...
...
@@ -3,6 +3,9 @@ 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
:
...
...
MANIFEST.in
View file @
21a81a73
...
...
@@ -13,3 +13,4 @@ exclude cubicweb-blog.spec
exclude .gitlab-ci.yml
exclude .yamllint
exclude .cube-doctor.yml
exclude .gitlab-ci-extended.yml
Write
Preview
Markdown
is supported
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