From 05ff573d13448e73a6a370213cbc2d8214fe0827 Mon Sep 17 00:00:00 2001 From: Xorima Bot Date: Wed, 2 Jun 2021 11:00:33 +0000 Subject: [PATCH] Standardise files with files in chef-cookbooks/repo-management Signed-off-by: Xorima Bot --- .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"