Add blank env and config files, check those permissions in the installer
This commit is contained in:
@@ -99,6 +99,10 @@ if [ "$TRAVIS" = "true" ]; then
|
|||||||
composer dump-autoload
|
composer dump-autoload
|
||||||
make clean
|
make clean
|
||||||
|
|
||||||
|
# Create a blank env.php file and config.php file
|
||||||
|
touch env.php; chmod 775 env.php
|
||||||
|
touch config.php; chmod 775 config.php
|
||||||
|
|
||||||
echo "Creating Tarball"
|
echo "Creating Tarball"
|
||||||
cd /tmp
|
cd /tmp
|
||||||
tar -czf $TAR_NAME -C $TRAVIS_BUILD_DIR/../ phpvms
|
tar -czf $TAR_NAME -C $TRAVIS_BUILD_DIR/../ phpvms
|
||||||
|
|||||||
@@ -17,6 +17,8 @@ return [
|
|||||||
|
|
||||||
# Make sure these are writable
|
# Make sure these are writable
|
||||||
'permissions' => [
|
'permissions' => [
|
||||||
|
'env.php',
|
||||||
|
'config.php',
|
||||||
'bootstrap/cache',
|
'bootstrap/cache',
|
||||||
'public/uploads',
|
'public/uploads',
|
||||||
'storage',
|
'storage',
|
||||||
|
|||||||
Reference in New Issue
Block a user