Skip to content

Commit

Permalink
Fix the avatars directory #316
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio committed Jul 17, 2019
1 parent 80560ec commit 15e6226
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/deploy_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if [ "$TRAVIS" = "true" ]; then
# clear any app specific stuff that might have been loaded in
find storage/app -mindepth 1 -not -name '.gitignore' -not -name public -not -name import -print0 -exec rm -rf {} +
find storage/app/public -mindepth 1 -not -name '.gitignore' -not -name avatar -not -name uploads -print0 -exec rm -rf {} +
find storage/app/public/avatar -mindepth 1 -not -name '.gitignore' -print0 -exec rm -rf {} +
find storage/app/public/avatars -mindepth 1 -not -name '.gitignore' -print0 -exec rm -rf {} +
find storage/app/public/uploads -mindepth 1 -not -name '.gitignore' -print0 -exec rm -rf {} +
find storage/debugbar -mindepth 1 -not -name '.gitignore' -print0 -exec rm -rf {} +
find storage/docker -mindepth 1 -not -name '.gitignore' -print0 -exec rm -rf {} +
Expand Down
2 changes: 1 addition & 1 deletion storage/app/public/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*
!avatar
!avatars
!uploads
!.gitignore
File renamed without changes.

0 comments on commit 15e6226

Please sign in to comment.