Skip to content

Commit

Permalink
Fixes zammad#3666 - Package installation fails because of too long fi…
Browse files Browse the repository at this point in the history
…le names.
  • Loading branch information
thorsteneckel committed Jul 22, 2021
1 parent d2efdb5 commit 219f6c0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions script/build/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 219f6c0

Please sign in to comment.