Roy Kaldung 9 лет назад
Родитель
Сommit
add45e0b64
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      .pkgr.yml

+ 2 - 2
.pkgr.yml

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