mirror of
https://github.com/friendica/friendica
synced 2025-01-10 06:44:42 +00:00
Merge branch 'develop' into restore-github-actions
This commit is contained in:
commit
9c7a0f7e58
2 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,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:
|
||||||
|
- mkdir addon # create empty addon folder to appease composer
|
||||||
- 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
|
||||||
|
|
|
@ -38,6 +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:
|
||||||
|
- mkdir addon # create empty addon folder to appease composer
|
||||||
- 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