changed order of before/after

This commit is contained in:
Roy Kaldung 2015-12-03 15:47:06 +01:00
parent 29020fc18a
commit add45e0b64

View file

@ -9,10 +9,10 @@ group: "zammad"
after_install: packaging/hooks/postinstall.sh
before:
before_precompile:
- cp config/database.yml.unittest config/database.yml
after:
after_precompile:
- rm -f config/database.yml
env: