Skip to content

Commit 9348cc0

Browse files
authored
Standardise files with files in sous-chefs/repo-management (#690)
Signed-off-by: Dan Webb <[email protected]>
1 parent e8aa2ba commit 9348cc0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.delivery/project.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
remote_file = "https://raw.githubusercontent.com/chef-cookbooks/community_cookbook_tools/master/delivery/project.toml"
1+
[local_phases]
2+
unit = "rspec spec/"
3+
lint = 'cookstyle --display-cop-names --extra-details'
4+
syntax = "echo skipping"
5+
provision = "echo skipping"
6+
deploy = "echo skipping"
7+
smoke = "echo skipping"
8+
functional = "echo skipping"
9+
cleanup = "echo skipping"

0 commit comments

Comments
 (0)