mirror of
https://github.com/friendica/friendica
synced 2024-11-15 05:33:53 +00:00
Merge pull request #14539 from Art4/fix-composer-install-in-woodpecker-ci
Fix woodpecker ci pipelines
This commit is contained in:
commit
e1efa09260
2 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,7 @@ steps:
|
|||
composer_install:
|
||||
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
|
||||
commands:
|
||||
- mkdir addon # create empty addon folder to appease composer
|
||||
- export COMPOSER_HOME=.composer
|
||||
- ./bin/composer.phar validate
|
||||
- ./bin/composer.phar install --prefer-dist
|
||||
|
|
|
@ -38,6 +38,7 @@ steps:
|
|||
composer_install:
|
||||
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
|
||||
commands:
|
||||
- mkdir addon # create empty addon folder to appease composer
|
||||
- export COMPOSER_HOME=.composer
|
||||
- ./bin/composer.phar validate
|
||||
- ./bin/composer.phar install --prefer-dist
|
||||
|
|
Loading…
Reference in a new issue