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

Fix removing of development files

parent 4c6a286c
No related branches found
No related tags found
No related merge requests found
......@@ -61,10 +61,10 @@ rm "$TARGET/www/assets/js/stylesheet.js"*
rm "$TARGET/.editorconfig"
rm "$TARGET/.gitattributes"
rm -r "$TARGET/.github"
rm "$TARGET"/{,modules}/.php_cs.dist
rm "$TARGET"/{,modules}/codecov.yml
rm "$TARGET"/{,modules}/psalm.xml
rm "$TARGET"/{,modules}/.gitignore
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"
tar --owner 0 --group 0 -cvzf "$TARGET.tar.gz" "$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