mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix gitlab-ci
This commit is contained in:
parent
c0526533cc
commit
610f129cae
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,7 +4,6 @@ composer.phar
|
||||
composer.lock
|
||||
docs/build/
|
||||
node_modules/*
|
||||
.php_cs.cache
|
||||
.cache/*
|
||||
|
||||
###> symfony/framework-bundle ###
|
||||
|
@ -5,7 +5,6 @@ cache:
|
||||
paths:
|
||||
- tests/app/vendor/
|
||||
- .cache
|
||||
- .php_cs.cache
|
||||
|
||||
# Bring in any services we need http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service
|
||||
# See http://docs.gitlab.com/ee/ci/services/README.html for examples.
|
||||
@ -61,7 +60,7 @@ code_style:
|
||||
- bin/grumphp run --tasks=phpcsfixer
|
||||
cache:
|
||||
paths:
|
||||
- .php_cs.cache
|
||||
- .cache/
|
||||
artifacts:
|
||||
expire_in: 30 min
|
||||
paths:
|
||||
@ -74,6 +73,7 @@ phpstan_tests:
|
||||
script:
|
||||
- bin/phpstan
|
||||
cache:
|
||||
paths:
|
||||
- .cache/
|
||||
artifacts:
|
||||
expire_in: 30 min
|
||||
|
@ -24,7 +24,7 @@ $config = new PhpCsFixer\Config();
|
||||
$config
|
||||
->setFinder($finder)
|
||||
->setRiskyAllowed(true)
|
||||
->setCacheFile('.php_cs.cache')
|
||||
->setCacheFile('.cache/php-cs-fixer.cache')
|
||||
->setUsingCache(true)
|
||||
;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user