From 737cf437be61b35e2f5de91aa05f591036190c08 Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Tue, 1 Jun 2021 13:58:48 +0100 Subject: [PATCH] Standardise files with files in sous-chefs/repo-management (#170) 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 6d5e361..0d6f0ae 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"