1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 17:01:33 +02:00

Merge pull request #4714 from turbo124/v5-stable

Fix for release file building with incorrect file permissions
This commit is contained in:
David Bomba 2021-01-19 17:33:06 +11:00 committed by GitHub
commit f2c5364e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,6 @@ jobs:
php artisan optimize
php artisan storage:link
sudo php artisan cache:clear
sudo find ./ -type f -exec chmod 644 {} \;
sudo find ./vendor/bin/ -type f -exec chmod +x {} \;
sudo find ./ -type d -exec chmod 755 {} \;