mirror of
https://github.com/friendica/friendica
synced 2025-01-22 07:39:48 +00:00
clone develop branch of addon repository
This commit is contained in:
parent
1c43d57233
commit
98229a5ace
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue