Skip to content

Commit

Permalink
fix ci delete permission
Browse files Browse the repository at this point in the history
  • Loading branch information
splaa committed Apr 5, 2022
1 parent 8d86214 commit 5e9ca13
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/laravel-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ jobs:
run: mkdir storage/framework/testing
- name: Create views folder
run: mkdir storage/framework/views
- name: Permition
run: chgrp -R www-data storage
- name: Owner
run: chown -R www-data ../storage
- name: Install Composer dependencies
run: composer install --no-progress --prefer-dist --optimize-autoloader
- name: Prepare the application
Expand Down

0 comments on commit 5e9ca13

Please sign in to comment.