Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Remove TK from the Announce Rake Task #1673

Merged
merged 1 commit into from
Aug 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tasks/announce.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright:: Copyright (c) 2016-2017, Chef Software Inc.
# Copyright:: Copyright 2016-2018, Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
9 changes: 0 additions & 9 deletions tasks/templates/prerelease.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,3 @@ $ curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P chefdk -v <%= @
# In Windows Powershell
. { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -project chefdk -version <%= @version %> -channel current
```

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: chefdk
channel: current
product_version: <%= @version %>
```
8 changes: 0 additions & 8 deletions tasks/templates/release.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,3 @@ $ curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P chefdk -v <%= @
# In Windows Powershell
. { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -project chefdk -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: chefdk
product_version: <%= @version %>
```