From 17a6ed69076e5987fc81011ec6a3b98eaccdc22e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Mon, 22 Aug 2022 17:06:29 +0100 Subject: [PATCH] gitlab: fix deps for 'codestyle' job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The container jobs only exist if there was a dockerfile change in the pipeline, so the dep from the 'codestyle' job needs to be marked as optional Signed-off-by: Daniel P. Berrangé --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7721036..b18ca14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,8 @@ codestyle: stage: sanity_checks image: $CI_REGISTRY_IMAGE/ci-centos-stream-8:latest needs: - - x86_64-centos-stream-8-container + - job: x86_64-centos-stream-8-container + optional: true before_script: - *script_variables script: