From: Art4 Date: Sat, 7 Dec 2024 18:23:36 +0000 (+0000) Subject: clone develop branch of addon repository X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=98229a5ace5135e336e3ad6fb0161df2856bfb8f;p=friendica.git clone develop branch of addon repository --- diff --git a/.woodpecker/.phpunit.yml b/.woodpecker/.phpunit.yml index 68c94f4696..9cb3b63ff9 100644 --- a/.woodpecker/.phpunit.yml +++ b/.woodpecker/.phpunit.yml @@ -38,7 +38,7 @@ steps: composer_install: image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION} commands: - - git clone https://git.friendi.ca/friendica/friendica-addons.git addon + - git clone -b develop --single-branch https://git.friendi.ca/friendica/friendica-addons.git addon - export COMPOSER_HOME=.composer - ./bin/composer.phar validate - ./bin/composer.phar install --prefer-dist