fix: [test] Permission for workers

pull/7890/head
Jakub Onderka 2021-10-30 12:03:40 +02:00
parent cb636498fe
commit 1b0ecb2731
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ jobs:
sudo chown -R www-data:www-data `pwd`/.gnupg
sudo chmod -R 700 `pwd`/.gnupg
sudo usermod -a -G www-data $USER
sudo chmod -R 777 `pwd`/app/Plugin/CakeResque/tmp/
# Ensure the perms of config files
sudo chown -R $USER:www-data `pwd`/app/Config
sudo chmod -R 777 `pwd`/app/Config