Alignment

This commit is contained in:
Jens True 2023-06-15 10:57:06 +00:00
parent baf34236f0
commit e041db6ba3

@ -13,9 +13,8 @@ pipeline:
- apt update - apt update
- apt install rclone - apt install rclone
- composer install - composer install
- ./vendor/bin/phpunit tests - vendor/bin/phpunit tests
tools: tools:
image: php image: php
commands: commands:
- make analyze - make analyze
#