We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8aa2ba commit 9348cc0Copy full SHA for 9348cc0
.delivery/project.toml
@@ -1 +1,9 @@
1
-remote_file = "https://raw.githubusercontent.com/chef-cookbooks/community_cookbook_tools/master/delivery/project.toml"
+[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