ci: add git; disable composer scripts
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2022-12-28 13:07:06 +01:00
parent 6caab3e8da
commit 34c597da37
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -13,7 +13,8 @@ pipeline:
composer: composer:
image: deblan/php:8.1 image: deblan/php:8.1
commands: commands:
- composer install - apt-get update && apt-get -y install git
- composer install --no-scripts
migrate: migrate:
image: deblan/php:8.1 image: deblan/php:8.1
environment: environment: