From 219f6c0c620d8f842866bc8474a2a01afd4146b1 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Thu, 22 Jul 2021 09:45:32 +0200 Subject: [PATCH] Fixes #3666 - Package installation fails because of too long file names. --- script/build/cleanup.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/script/build/cleanup.sh b/script/build/cleanup.sh index a4287ae7f..c66313556 100755 --- a/script/build/cleanup.sh +++ b/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