From 27f9feb7b0fbd1d2c4010923400d2c0b26fb4026 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Thu, 7 Jul 2022 11:59:32 -0700 Subject: [PATCH] ci: Drop .build-rules from container jobs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The rules: in this job overrides the .build-rules. This was a leftover from retry: being the former definition of .build-rules. Acked-by: Michel Dänzer Part-of: --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 920b17afab5..0c208a5bd68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -216,8 +216,6 @@ test-docs-mr: - _build/meson-logs/strace .container-rules: - extends: - - .build-rules rules: - !reference [.no_scheduled_pipelines-rules, rules] # Run pipeline by default in the main project if any CI pipeline