Skip to content

Commit

Permalink
Don't generate database config for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWayfer committed Nov 19, 2020
1 parent c9eaf59 commit eba4912
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/flame/cli/new/app_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,9 @@
)

Dir['config/**/*.example.{yaml,conf}'].each do |config_example_file_name|
## https://cirrus-ci.com/task/4975995981660160
next if File.basename(config_example_file_name, '.*') == 'database'

FileUtils.cp config_example_file_name, config_example_file_name.sub('.example', '')
end

Expand Down

0 comments on commit eba4912

Please sign in to comment.