next try
This commit is contained in:
parent
24c00e4581
commit
c0685a83f0
2 changed files with 8 additions and 1 deletions
|
@ -10,9 +10,10 @@ group: "zammad"
|
|||
after_install: packaging/hooks/postinstall.sh
|
||||
|
||||
before:
|
||||
- cp config/database.yml.unittest config/database.yml
|
||||
- cp config/database.yml.pkgr config/database.yml
|
||||
- cat config/database.yml
|
||||
- env
|
||||
- gem install sqlite3
|
||||
|
||||
env:
|
||||
- RAILS_ENV=production
|
||||
|
|
6
config/database.yml.pkgr
Normal file
6
config/database.yml.pkgr
Normal file
|
@ -0,0 +1,6 @@
|
|||
production:
|
||||
adapter: sqlite3
|
||||
database: db/test.sqlite3
|
||||
timeout: 12000
|
||||
pool: 50
|
||||
|
Loading…
Reference in a new issue