mirror of
https://github.com/friendica/friendica
synced 2024-12-22 18:00:16 +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:
|
composer_install:
|
||||||
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
|
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
|
||||||
commands:
|
commands:
|
||||||
|
# create empty addon folder
|
||||||
|
- mkdir 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
|
||||||
|
|
Loading…
Reference in a new issue