changed order of before/after
This commit is contained in:
parent
29020fc18a
commit
add45e0b64
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue