From ccd2d77b064cf9aeb64b0359023d60b586f87c99 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 11 May 2021 07:44:02 +0200 Subject: [PATCH] the drone.yml config file is not needed in the packages --- do-friendica-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do-friendica-release.sh b/do-friendica-release.sh index 9f17d40..0b13b23 100755 --- a/do-friendica-release.sh +++ b/do-friendica-release.sh @@ -74,7 +74,7 @@ echo "cleaning unneded stuff from the core directory" echo "fetching dependencies with composer" php7.0 bin/composer.phar install --quiet --no-dev 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"