From 6fa6cb926842902c2489213d732488f5ca9852a7 Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Tue, 1 Jun 2021 13:58:52 +0100 Subject: [PATCH] Standardise files with files in sous-chefs/repo-management Signed-off-by: Dan Webb --- .delivery/project.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.delivery/project.toml b/.delivery/project.toml index 6d5e36173..0d6f0ae9a 100644 --- a/.delivery/project.toml +++ b/.delivery/project.toml @@ -1 +1,9 @@ -remote_file = "https://raw.githubusercontent.com/chef-cookbooks/community_cookbook_tools/master/delivery/project.toml" +[local_phases] +unit = "rspec spec/" +lint = 'cookstyle --display-cop-names --extra-details' +syntax = "echo skipping" +provision = "echo skipping" +deploy = "echo skipping" +smoke = "echo skipping" +functional = "echo skipping" +cleanup = "echo skipping"