Fixing ownership for thecodingmachine image
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Ferdinand Kuhl 2022-05-01 00:30:40 +02:00
parent b10284a7cb
commit 51ef90ecac
2 changed files with 4 additions and 2 deletions

View file

@ -2,5 +2,6 @@ pipeline:
code-style:
image: thecodingmachine/php:7.4-v4-cli
commands:
- composer install
- vendor/bin/phpcs --standard=DigiComp src
- "sudo -s chown -R docker:docker ."
- "composer install"
- "vendor/bin/phpcs --standard=DigiComp src"

View file

@ -2,5 +2,6 @@ pipeline:
functional-tests:
image: thecodingmachine/php:7.4-v4-cli
commands:
- "sudo -s chown -R docker:docker ."
- "composer install"
- "vendor/bin/phpunit --configuration phpunit.xml.dist"