the drone.yml config file is not needed in the packages
This commit is contained in:
parent
7759176e16
commit
ccd2d77b06
|
@ -74,7 +74,7 @@ echo "cleaning unneded stuff from the core directory"
|
||||||
echo "fetching dependencies with composer"
|
echo "fetching dependencies with composer"
|
||||||
php7.0 bin/composer.phar install --quiet --no-dev
|
php7.0 bin/composer.phar install --quiet --no-dev
|
||||||
rm -rf .git .github .tx test
|
rm -rf .git .github .tx test
|
||||||
rm -rf .codecov.yml .editorconfig .gitattributes .gitignore .gitmodules .php_cs.dist autotest.sh composer.json composer.lock Doxyfile
|
rm -rf .codecov.yml .drone.yml .editorconfig .gitattributes .gitignore .gitmodules .php_cs.dist autotest.sh composer.json composer.lock Doxyfile
|
||||||
)
|
)
|
||||||
|
|
||||||
echo "cleaning unneded stuff from the addon directory"
|
echo "cleaning unneded stuff from the addon directory"
|
||||||
|
|
Loading…
Reference in a new issue