Skip to content
Snippets Groups Projects
Commit b09c98e1 authored by Olav Morken's avatar Olav Morken
Browse files

Remove `.github`-directory from releases

Commit 1edc1264 replaced Travis CI with GitHub Actions. These are
configured through the `.github` directory.
parent 4ce4c737
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ rm -rf "$TARGET/node_modules"
rm "$TARGET/www/assets/js/stylesheet.js"*
rm "$TARGET/.editorconfig"
rm "$TARGET/.gitattributes"
rm -r "$TARGET/.github"
rm "$TARGET/.php_cs.dist"
rm "$TARGET/codecov.yml"
rm "$TARGET/psalm.xml"
......
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