Fixing ownership for thecodingmachine image
This commit is contained in:
parent
b10284a7cb
commit
51ef90ecac
2 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue