chg: [travis] Fix perms (?)

pull/4841/head
Raphaël Vinot 2019-07-05 11:33:21 +02:00
parent 54714eef0c
commit 3b2ab5cae7
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ install:
- sudo chmod -R g+ws `pwd`/app/tmp/logs
- sudo chmod -R g+ws `pwd`/app/files
- sudo chmod -R g+ws `pwd`/app/files/scripts/tmp
- sudo chown -R www-data:www-data `pwd`
# Resque perms
- sudo chown -R www-data:www-data `pwd`/app/Plugin/CakeResque/tmp
- sudo chmod -R 755 `pwd`/app/Plugin/CakeResque/tmp