diff --git a/.pkgr.yml b/.pkgr.yml index 2849fd9e2..93e105734 100644 --- a/.pkgr.yml +++ b/.pkgr.yml @@ -9,12 +9,10 @@ group: "zammad" after_install: packaging/hooks/postinstall.sh -before_precompile: +before: + - pwd - cp config/database.yml.unittest config/database.yml -after_precompile: - - rm -f config/database.yml - env: - RAILS_ENV=production - RAILS_GROUPS=assets