summaryrefslogtreecommitdiff
path: root/tasks/templates/release.md.erb
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/templates/release.md.erb')
-rw-r--r--tasks/templates/release.md.erb17
1 files changed, 0 insertions, 17 deletions
diff --git a/tasks/templates/release.md.erb b/tasks/templates/release.md.erb
index e9dd381f44..2c6ff0b7c6 100644
--- a/tasks/templates/release.md.erb
+++ b/tasks/templates/release.md.erb
@@ -24,20 +24,3 @@ $ curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P chef -v <%= @ve
# In Windows Powershell
. { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -project chef -version <%= @version %>
```
-
-If you want to give this version a spin in Test Kitchen, create or add the following to a `.kitchen.local.yml` file:
-
-```yaml
-provisioner:
- product_name: chef
- product_version: <%= @version %>
-```
-
-If you use [kitchen-dokken](https://github.com/someara/kitchen-dokken), you can use the following configuration:
-
-```yaml
-driver:
- name: dokken
- chef_image: chef/chef
- chef_version: <%= @version %> # use "latest" to always use the latest stable release
-```