Fixes #3666 - Package installation fails because of too long file names.
This commit is contained in:
parent
d2efdb547d
commit
219f6c0c62
1 changed files with 22 additions and 0 deletions
|
@ -5,3 +5,25 @@ set -ex
|
||||||
rm app/assets/javascripts/app/controllers/layout_ref.coffee
|
rm app/assets/javascripts/app/controllers/layout_ref.coffee
|
||||||
rm -rf app/assets/javascripts/app/views/layout_ref/
|
rm -rf app/assets/javascripts/app/views/layout_ref/
|
||||||
rm app/assets/javascripts/app/controllers/karma.coffee
|
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
|
||||||
|
|
Loading…
Reference in a new issue