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
elasticsearch
Commits
0d84c73ac573
Commit
959259d9
authored
May 25, 2022
by
Laurent Peuch
Browse files
ci(gitlab-ci): use templates from a common repository
parent
3d907b06d64c
Pipeline
#131131
passed with stages
in 3 minutes and 49 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0d84c73a
...
@@ -4,8 +4,9 @@ default:
...
@@ -4,8 +4,9 @@ default:
include
:
include
:
-
project
:
"
open-source/gitlab-ci-templates"
-
project
:
"
open-source/gitlab-ci-templates"
ref
:
"
branch/
default
"
ref
:
"
branch/
v2
"
file
:
file
:
-
"
templates/base.yml"
# mandatory base template
-
"
templates/no-duplicated-ci-pipelines.yml"
# use workflow to avoid duplicated pipelines
-
"
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/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
-
"
templates/lint/check-dependencies-resolution.yml"
# will run pip-compile -n to check if dependencies are compatibles
...
...
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