Skip to content
Snippets Groups Projects
Commit e1e120ca authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

.gitlab-ci.yml: fix order of includes


The machines-and-flavours.yaml file needs to be included after
build-generic.yaml. Order matters because of the delicate manner
in which they override and extend jobs seen previously.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent e62d5daf
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,9 @@ include:
file:
- 'dco.yaml'
- 'reuse.yaml'
- local: '/.oniro-ci/machines-and-flavours.yaml'
- local: '/.oniro-ci/build-generic.yaml'
- local: '/.oniro-ci/test-generic.yaml'
- local: '/.oniro-ci/machines-and-flavours.yaml'
dco:
extends: .dco
......
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