From 143c806ca591a01650d49b95cb2caef921ee9739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= <remy@rymai.me> Date: Thu, 18 Jul 2024 14:57:34 +0200 Subject: [PATCH] ci: Add scripts folder to backstage patterns MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable <remy@rymai.me> --- .gitlab/ci/rules.gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab/ci/rules.gitlab-ci.yml b/.gitlab/ci/rules.gitlab-ci.yml index 0782204d4464a..cb4005f48afea 100644 --- a/.gitlab/ci/rules.gitlab-ci.yml +++ b/.gitlab/ci/rules.gitlab-ci.yml @@ -499,6 +499,7 @@ - "{,ee/,jh/}fixtures/**/*" - "{,ee/,jh/}rubocop/**/*" - "{,ee/,jh/}spec/**/*" + - "scripts/**/*" - "{,spec/}tooling/**/*" # .code-patterns + .qa-patterns @@ -558,6 +559,7 @@ - "{,ee/,jh/}fixtures/**/*" - "{,ee/,jh/}rubocop/**/*" - "{,ee/,jh/}spec/**/*" + - "scripts/**/*" - "{,spec/}tooling/**/*" # QA changes - ".dockerignore" @@ -600,6 +602,7 @@ - "{,ee/,jh/}fixtures/**/*" - "{,ee/,jh/}rubocop/**/*" - "{,ee/,jh/}spec/**/*" + - "scripts/**/*" - "{,spec/}tooling/**/*" # QA changes - ".dockerignore" -- GitLab