From 9067077eb11c606b8ebe98338457fad894dc38d1 Mon Sep 17 00:00:00 2001 From: Julien Date: Mon, 19 Jun 2017 23:56:56 +0800 Subject: Move project's exception file to subdir add subdir **exceptions** for project's specific exception config files Change-Id: I57b7972706dd2e2168099e9815a0cfc3e8a33b67 Signed-off-by: Julien --- gatechecks.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gatechecks.yaml') diff --git a/gatechecks.yaml b/gatechecks.yaml index c49fc2e..8a670bd 100644 --- a/gatechecks.yaml +++ b/gatechecks.yaml @@ -69,6 +69,6 @@ licence: - '__init__.py' project_config: - - releng: releng_exception.yaml - - sandbox: sandbox_exception.yaml - - testproj: sandbox_exception.yaml + - releng: exceptions/releng_exception.yaml + - sandbox: exceptions/sandbox_exception.yaml + - testproj: exceptions/sandbox_exception.yaml -- cgit 1.2.3-korg