mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
remove deprecated www release tasks
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
945324a625
commit
1e7003f2eb
1 changed files with 0 additions and 15 deletions
15
Rakefile
15
Rakefile
|
@ -399,18 +399,3 @@ task :release_docker do
|
|||
sh('sh', '-c', cmd)
|
||||
end
|
||||
|
||||
desc 'Release the website [deprecated]'
|
||||
task :www do
|
||||
puts 'The Rake tasks for releasing the website are now in the www/ directory.'
|
||||
puts 'Run `cd www` and then `rake --tasks` for a list of the www-related tasks available.'
|
||||
exit(1)
|
||||
end
|
||||
|
||||
namespace :www do
|
||||
desc 'Release the website [deprecated]'
|
||||
task :release do
|
||||
puts 'The Rake tasks for releasing the website are now in the www/ directory.'
|
||||
puts 'Run `cd www` and then `rake --tasks` for a list of the www-related tasks available.'
|
||||
exit(1)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue