From 6fcfe40192db910f6ae9cca51d4e9a91ad8b9868 Mon Sep 17 00:00:00 2001
From: Pavel Zhukov <pavel.zhukov@huawei.com>
Date: Fri, 10 Jun 2022 10:53:23 +0200
Subject: [PATCH] gitlab-ci.yaml:  Build jobs for all changes in MR

This is workaround for https://gitlab.eclipse.org/eclipse/oniro-core/oniro/-/issues/574
Currently changes which are not covered by this condition triggers
invalid yaml . We will optimize it later

Signed-off-by: Pavel Zhukov <pavel.zhukov@huawei.com>
---
 .gitlab-ci.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cd2f28d0..10d41ac7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
-- 
GitLab