Fixes #3666 - Package installation fails because of too long file names.

This commit is contained in:
Thorsten Eckel 2021-07-22 09:45:32 +02:00
parent d2efdb547d
commit 219f6c0c62

View file

@ -5,3 +5,25 @@ set -ex
rm app/assets/javascripts/app/controllers/layout_ref.coffee
rm -rf app/assets/javascripts/app/views/layout_ref/
rm app/assets/javascripts/app/controllers/karma.coffee
# tests
rm -rf test
rm -rf spec
rm .rspec
# CI
rm -rf .github
rm .gitlab-ci.yml
# linting
rm -rf .rubocop
rm .csslintrc
rm .eslintignore
rm .eslintrc
rm .rubocop.yml
rm coffeelint.json
rm .overcommit.yml
# misc
rm .codeclimate.yml
rm .github_changelog_generator