fix: Just make config writable by everyone

pull/6600/head
Raphaël Vinot 2020-11-17 00:27:00 +01:00
parent cdbea5e983
commit 1adb832972
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ jobs:
sudo cp travis/email.php app/Config/email.php
# Ensure the perms
sudo chown -R $USER:www-data `pwd`/app/Config
sudo chmod -R 770 `pwd`/app/Config
sudo chmod -R 777 `pwd`/app/Config
# GPG setup
sudo mkdir `pwd`/.gnupg
# /!\ VERY INSECURE BUT FASTER ON THE BUILD ENV OF TRAVIS