Browse Source

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

Thorsten Eckel 3 years ago
parent
commit
219f6c0c62
1 changed files with 22 additions and 0 deletions
  1. 22 0
      script/build/cleanup.sh

+ 22 - 0
script/build/cleanup.sh

@@ -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