Skip to content
Snippets Groups Projects
Commit 6fcfe401 authored by Pavel Zhukov's avatar Pavel Zhukov
Browse files

gitlab-ci.yaml: Build jobs for all changes in MR

This is workaround for eclipse/oniro-core/oniro#574


Currently changes which are not covered by this condition triggers
invalid yaml . We will optimize it later

Signed-off-by: default avatarPavel Zhukov <pavel.zhukov@huawei.com>
parent 45c52fbe
No related branches found
No related tags found
1 merge request!143gitlab-ci.yaml: Build jobs for all changes in MR
......@@ -69,13 +69,6 @@ aggregate-docs:
CI_ONIRO_MANIFEST_URL: "$CI_MERGE_REQUEST_SOURCE_PROJECT_URL"
CI_ONIRO_MANIFEST_BRANCH: "$CI_COMMIT_REF_NAME"
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
changes:
- assets/**/*
- flavours/**/*
- manifests/*.xml
- meta-*/**/*
- .oniro-ci/*
- .gitlab-ci.yml
# When building a merge request substitute the CI_ONIRO_MANIFEST_URL to point
# to the incoming repository, and CI_ONIRO_MANIFEST_BRANCH, to the right
# branch name. This allows testing the changes coming into project. This
......
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