]> git.mxchange.org Git - friendica.git/commitdiff
clone develop branch of addon repository
authorArt4 <art4@wlabs.de>
Sat, 7 Dec 2024 18:23:36 +0000 (18:23 +0000)
committerArt4 <art4@wlabs.de>
Sat, 7 Dec 2024 18:23:36 +0000 (18:23 +0000)
.woodpecker/.phpunit.yml

index 68c94f4696a5be8abc8b9edbaec903f85d1752e8..9cb3b63ff9511b552eeee9ad03a0ea967546c889 100644 (file)
@@ -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