From b2c5e4a1320ebe6661204342c65f10b487584e62 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 26 Jan 2019 15:42:50 +0000 Subject: [PATCH] Update playbook paths for docker image build jobs When these were copied in from system-config, the paths to the upload and promote playbooks weren't updated. Change-Id: I9da5d7dfb980b2b7690652ee186723ee9ab64cd5 --- zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.yaml b/zuul.yaml index 2d1aa57e6..6de795cfe 100644 --- a/zuul.yaml +++ b/zuul.yaml @@ -37,7 +37,7 @@ .. include:: ../../playbooks/docker-image/README.rst .. include:: ../../playbooks/docker-image/credentials.rst - post-run: playbooks/zuul/docker-image/upload.yaml + post-run: playbooks/docker-image/upload.yaml - job: name: promote-docker-image @@ -46,7 +46,7 @@ .. include:: ../../playbooks/docker-image/README.rst .. include:: ../../playbooks/docker-image/credentials.rst - run: playbooks/zuul/build-image/promote.yaml + run: playbooks/docker-image/promote.yaml nodeset: nodes: []