From d5e1245d44ce16561ccd82c304d2d26df1681578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=BCchse?= Date: Fri, 20 Sep 2024 13:59:31 +0200 Subject: [PATCH] Bugfix: report (hopefully) correct URL to Zuul (#757) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matthias Büchse --- playbooks/compliance_check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/compliance_check.yaml b/playbooks/compliance_check.yaml index 1bf4d246b..d74d6e4ef 100644 --- a/playbooks/compliance_check.yaml +++ b/playbooks/compliance_check.yaml @@ -19,4 +19,4 @@ zuul: artifacts: - name: "report.yaml" - url: "report.yaml" + url: "artifacts/report.yaml"