changed pkgr config
This commit is contained in:
parent
add45e0b64
commit
7652f198a7
1 changed files with 2 additions and 4 deletions
|
@ -9,12 +9,10 @@ group: "zammad"
|
||||||
|
|
||||||
after_install: packaging/hooks/postinstall.sh
|
after_install: packaging/hooks/postinstall.sh
|
||||||
|
|
||||||
before_precompile:
|
before:
|
||||||
|
- pwd
|
||||||
- cp config/database.yml.unittest config/database.yml
|
- cp config/database.yml.unittest config/database.yml
|
||||||
|
|
||||||
after_precompile:
|
|
||||||
- rm -f config/database.yml
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- RAILS_ENV=production
|
- RAILS_ENV=production
|
||||||
- RAILS_GROUPS=assets
|
- RAILS_GROUPS=assets
|
||||||
|
|
Loading…
Reference in a new issue