From 686740de6cd89d91e9983f5e863319b35ff0ac7f Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Wed, 24 Nov 2021 20:57:59 +0100 Subject: [PATCH] Remove some legacy from build-script --- bin/build-release.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/build-release.sh b/bin/build-release.sh index f59391698..0c86f18cf 100755 --- a/bin/build-release.sh +++ b/bin/build-release.sh @@ -62,10 +62,6 @@ rm "$TARGET/.editorconfig" rm "$TARGET/.gitattributes" rm -r "$TARGET/.github" rm "$TARGET"/phpunit.xml -rm "$TARGET"/{,modules/*}/.php_cs.dist -rm "$TARGET"/{,modules/*}/codecov.yml -rm "$TARGET"/{,modules/*}/psalm.xml -rm "$TARGET"/{,modules/*}/.gitignore rm "$TARGET"/{cache,config,metadata,locales}/.gitkeep rm "$TARGET/composer.phar" rm "$TARGET/bin/build-release.sh" -- GitLab