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:
|
code-style:
|
||||||
image: thecodingmachine/php:7.4-v4-cli
|
image: thecodingmachine/php:7.4-v4-cli
|
||||||
commands:
|
commands:
|
||||||
- composer install
|
- "sudo -s chown -R docker:docker ."
|
||||||
- vendor/bin/phpcs --standard=DigiComp src
|
- "composer install"
|
||||||
|
- "vendor/bin/phpcs --standard=DigiComp src"
|
||||||
|
|
|
@ -2,5 +2,6 @@ pipeline:
|
||||||
functional-tests:
|
functional-tests:
|
||||||
image: thecodingmachine/php:7.4-v4-cli
|
image: thecodingmachine/php:7.4-v4-cli
|
||||||
commands:
|
commands:
|
||||||
|
- "sudo -s chown -R docker:docker ."
|
||||||
- "composer install"
|
- "composer install"
|
||||||
- "vendor/bin/phpunit --configuration phpunit.xml.dist"
|
- "vendor/bin/phpunit --configuration phpunit.xml.dist"
|
||||||
|
|
Loading…
Add table
Reference in a new issue