From 819e0194a0086196634b0787ec1fbeccd302b028 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 12 Sep 2024 09:09:42 -0700 Subject: [PATCH] Fix build-diskimage playbook paths Change-Id: I6d8cb77bca3bb442300babd21fe635d76833ce3e --- zuul.d/dib-jobs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.d/dib-jobs.yaml b/zuul.d/dib-jobs.yaml index 6e6ed9a49..08958ebd3 100644 --- a/zuul.d/dib-jobs.yaml +++ b/zuul.d/dib-jobs.yaml @@ -58,5 +58,5 @@ The number of seconds to wait between retries of the build-diskimage command. - pre-run: playbooks/dib-image/pre.yaml - run: playbooks/dib-image/run.yaml + pre-run: playbooks/build-diskimage/pre.yaml + run: playbooks/build-diskimage/run.yaml