clone develop branch of addon repository

This commit is contained in:
Art4 2024-12-07 18:23:36 +00:00
parent 1c43d57233
commit 98229a5ace

View file

@ -38,7 +38,7 @@ steps:
composer_install: composer_install:
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION} image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
commands: 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 - export COMPOSER_HOME=.composer
- ./bin/composer.phar validate - ./bin/composer.phar validate
- ./bin/composer.phar install --prefer-dist - ./bin/composer.phar install --prefer-dist