From 401dcd9fc4e71afae423c58ea74d658659f71791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Guimar=C3=A3es=20de=20Medeiros?= Date: Tue, 12 Jan 2021 15:15:44 +0100 Subject: [PATCH] Move zuul config file to root folder Moving .zuul.d/project.yaml to .zuul.yaml as it is the only file in that folder and to look similar to other oslo repos. Change-Id: I787f57e57e5dd83d08dfaecca2405bf064c9f924 --- .zuul.d/project.yaml => .zuul.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .zuul.d/project.yaml => .zuul.yaml (100%) diff --git a/.zuul.d/project.yaml b/.zuul.yaml similarity index 100% rename from .zuul.d/project.yaml rename to .zuul.yaml