regenerate application.yml on every build

This commit is contained in:
Maxwell Salzberg 2011-06-28 10:28:17 -07:00
parent c47c04a931
commit c2565127c7

View file

@ -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