the tests directory is not needed as well
This commit is contained in:
parent
ccd2d77b06
commit
6321ee97f8
|
@ -73,7 +73,7 @@ echo "cleaning unneded stuff from the core directory"
|
|||
( cd $RELEASECORE/$RELEASECORE
|
||||
echo "fetching dependencies with composer"
|
||||
php7.0 bin/composer.phar install --quiet --no-dev
|
||||
rm -rf .git .github .tx test
|
||||
rm -rf .git .github .tx tests
|
||||
rm -rf .codecov.yml .drone.yml .editorconfig .gitattributes .gitignore .gitmodules .php_cs.dist autotest.sh composer.json composer.lock Doxyfile
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue