Skip to content

Commit

Permalink
CICD: fix file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Oct 27, 2020
1 parent 7996eea commit cf91123
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-tools/check_file_permissions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ files_with_wrong_permissions=$(
git ls-files --stage . \
':!*.sh' \
':!php-cs-fixer' \
':!dev-tools/*.php' \
| grep -P "^100\d\d(1|3|5|7) " \
| sort -fh
)
Expand Down
Empty file modified dev-tools/info-extractor.php
100644 → 100755
Empty file.

0 comments on commit cf91123

Please sign in to comment.