Skip to content
Snippets Groups Projects
Commit b511c70c authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Clean up built tarball a bit more

parent b099ec87
No related branches found
No related tags found
No related merge requests found
...@@ -61,12 +61,14 @@ rm "$TARGET/www/assets/js/stylesheet.js"* ...@@ -61,12 +61,14 @@ rm "$TARGET/www/assets/js/stylesheet.js"*
rm "$TARGET/.editorconfig" rm "$TARGET/.editorconfig"
rm "$TARGET/.gitattributes" rm "$TARGET/.gitattributes"
rm -r "$TARGET/.github" rm -r "$TARGET/.github"
rm "$TARGET"/phpunit.xml
rm "$TARGET"/{,modules/*}/.php_cs.dist rm "$TARGET"/{,modules/*}/.php_cs.dist
rm "$TARGET"/{,modules/*}/codecov.yml rm "$TARGET"/{,modules/*}/codecov.yml
rm "$TARGET"/{,modules/*}/psalm.xml rm "$TARGET"/{,modules/*}/psalm.xml
rm "$TARGET"/{,modules/*}/.gitignore rm "$TARGET"/{,modules/*}/.gitignore
rm "$TARGET"/{cache,config,metadata,locales}/.gitkeep rm "$TARGET"/{cache,config,metadata,locales}/.gitkeep
rm "$TARGET/composer.phar" rm "$TARGET/composer.phar"
rm "$TARGET/bin/build-release.sh"
tar --owner 0 --group 0 -cvzf "$TARGET.tar.gz" "$TARGET" tar --owner 0 --group 0 -cvzf "$TARGET.tar.gz" "$TARGET"
rm -rf "$TARGET" rm -rf "$TARGET"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment