regenerate application.yml on every build
This commit is contained in:
parent
c47c04a931
commit
c2565127c7
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue