From c2565127c79d57ea8bce9691c4e1cae9427558da Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Tue, 28 Jun 2011 10:28:17 -0700 Subject: [PATCH] regenerate application.yml on every build --- lib/cruise/build.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cruise/build.rb b/lib/cruise/build.rb index 90bd5a7fb..ae9f6b425 100644 --- a/lib/cruise/build.rb +++ b/lib/cruise/build.rb @@ -16,6 +16,7 @@ build_results = {} cd root_dir do build_results[:bundle] = system 'bundle install' # bundling here, rather than in a task (not in Rails context) + system "cp config/application.yml.example config/application.yml" build_results[:spec] = rake 'cruise' end