Skip to content
Snippets Groups Projects
Commit 940f44cb authored by Sébastien Heurtematte's avatar Sébastien Heurtematte :speech_balloon: Committed by Stefan Schmidt
Browse files
parent a78e2d91
No related branches found
No related tags found
1 merge request!36feat: add eca check.
Pipeline #33909 failed
...@@ -8,11 +8,13 @@ stages: ...@@ -8,11 +8,13 @@ stages:
- deploy - deploy
include: include:
- project: eclipse/oniro-core/oniro - project: eclipse/oniro-core/oniro
ref: kirkstone ref: kirkstone
file: file:
- .oniro-ci/dco.yaml - .oniro-ci/dco.yaml
- .oniro-ci/reuse.yaml - .oniro-ci/reuse.yaml
- project: 'eclipsefdn/it/releng/gitlab-ci-templates'
file: '/jobs/eca.gitlab-ci.yml'
dco: dco:
extends: .dco extends: .dco
...@@ -25,7 +27,9 @@ reuse: ...@@ -25,7 +27,9 @@ reuse:
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
eca:
extends: .eca
# Naming scheme for variables is defined as follows: # Naming scheme for variables is defined as follows:
# #
# CI_ONIRO_*: # CI_ONIRO_*:
......
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