workaround db connection
This commit is contained in:
parent
cfe8e0bcc8
commit
29020fc18a
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,12 @@ group: "zammad"
|
|||
|
||||
after_install: packaging/hooks/postinstall.sh
|
||||
|
||||
before:
|
||||
- cp config/database.yml.unittest config/database.yml
|
||||
|
||||
after:
|
||||
- rm -f config/database.yml
|
||||
|
||||
env:
|
||||
- RAILS_ENV=production
|
||||
- RAILS_GROUPS=assets
|
||||
|
|
Loading…
Reference in a new issue