mirror of
https://github.com/friendica/friendica
synced 2024-12-22 12:40:15 +00:00
Create empty addon folder
This commit is contained in:
parent
c2be44a848
commit
1946d4f470
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ steps:
|
|||
composer_install:
|
||||
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
|
||||
commands:
|
||||
# create empty addon folder
|
||||
- mkdir addon
|
||||
- export COMPOSER_HOME=.composer
|
||||
- ./bin/composer.phar validate
|
||||
- ./bin/composer.phar install --prefer-dist
|
||||
|
|
Loading…
Reference in a new issue