Dan Webb 737cf437be
Standardise files with files in sous-chefs/repo-management (#170)
Signed-off-by: Dan Webb <dan.webb@damacus.io>
2021-06-01 13:58:48 +01:00

10 lines
248 B
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"