mirror of
https://github.com/friendica/friendica
synced 2024-12-22 18:00:16 +00:00
clone addon repository for tests
This commit is contained in:
parent
937739cb0d
commit
86721490e1
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:
|
||||
- mkdir addon # create empty addon folder to appease composer
|
||||
- git clone https://git.friendi.ca/friendica/friendica-addons.git addon
|
||||
- export COMPOSER_HOME=.composer
|
||||
- ./bin/composer.phar validate
|
||||
- ./bin/composer.phar install --prefer-dist
|
||||
|
|
Loading…
Reference in a new issue