fix: Just make config writable by everyone, again

pull/6600/head
Raphaël Vinot 2020-11-17 00:46:22 +01:00
parent 1adb832972
commit f4f54a07cc
1 changed files with 4 additions and 0 deletions

View File

@ -202,6 +202,10 @@ jobs:
run: |
./app/Vendor/bin/parallel-lint --exclude app/Lib/cakephp/ --exclude app/Vendor/ --exclude app/Lib/random_compat/ -e php,ctp app/
./app/Vendor/bin/phpunit app/Test/ComplexTypeToolTest.php
# Ensure the perms
sudo chown -R $USER:www-data `pwd`/app/Config
sudo chmod -R 777 `pwd`/app/Config
AUTH=`cat key.txt`
HOST=`hostname`
pushd tests