summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-06 20:52:29 -0700
committerGitHub <noreply@github.com>2019-05-06 20:52:29 -0700
commit9c4f1d3073866989f0822debd64866f146df7878 (patch)
tree6e1f6f3e2d569ead9bc0f1e2e698505f6e03344b
parent7dcc2f5a587c83935a98ab7b309d89478972fdc1 (diff)
parentb0c28d5b0a4964aa938b43a5e0cc5a05d1724798 (diff)
downloadchef-9c4f1d3073866989f0822debd64866f146df7878.tar.gz
Merge pull request #8472 from chef/lcg/rakefile-license-accept
Accept-no-persist the license in the Rakefile
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index d9c3c397da..ad3f108ac8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -21,6 +21,8 @@ require_relative "tasks/rspec"
require_relative "tasks/dependencies"
require_relative "tasks/announce"
+ENV['CHEF_LICENSE'] = "accept-no-persist"
+
# hack the chef-config install to run before the traditional install task
task :super_install do
chef_config_path = ::File.join(::File.dirname(__FILE__), "chef-config")