From e67da06c97af179c8de9f543684044f70247c641 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 31 Jan 2019 08:29:55 -0800 Subject: [PATCH] Fix context directories in image builds Use relative paths for both repos so this works in Nodepool too. Change-Id: I6c218a32a1f977307a1ba41e82e5df421ab604c0 --- .zuul.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 51b1acc009..c5f4f0c670 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -67,22 +67,22 @@ - zuul: openstack-infra/zuul-jobs vars: docker_images: - - context: . + - context: ../zuul repository: zuul/zuul target: zuul - - context: . + - context: ../zuul repository: zuul/zuul-executor target: zuul-executor - - context: . + - context: ../zuul repository: zuul/zuul-fingergw target: zuul-fingergw - - context: . + - context: ../zuul repository: zuul/zuul-merger target: zuul-merger - - context: . + - context: ../zuul repository: zuul/zuul-scheduler target: zuul-scheduler - - context: . + - context: ../zuul repository: zuul/zuul-web target: zuul-web - context: ../nodepool