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

Re-nables rules to not build changes in conf

This reverts commit 6fcfe401.
parent f28d2c5e
No related branches found
No related tags found
2 merge requests!3Draft: Citest,!2default.xml: Switch back to development post alpha
Pipeline #5849 failed
......@@ -71,6 +71,13 @@ 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