From b069efe29c950d1a45e88ef7dc924d3ee223103a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 14 Jun 2024 19:57:06 +0100 Subject: [PATCH] gitlab: fix codestyle CI job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Jobs whose names start with a '.' as treated as templates, so not actually run in a pipeline. Reviewed-by: Pavel Hrdina Signed-off-by: Daniel P. Berrangé --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9d8b1e3cd..635e731f82 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,7 +104,7 @@ pages: paths: - public -.codestyle_job: +codestyle_job: stage: sanity_checks needs: - job: x86_64-opensuse-leap-15-container