mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
ci: fix syntax
This commit is contained in:
parent
16dd816a1a
commit
c0526533cc
@ -5,6 +5,7 @@ cache:
|
|||||||
paths:
|
paths:
|
||||||
- tests/app/vendor/
|
- tests/app/vendor/
|
||||||
- .cache
|
- .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
|
# 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.
|
# See http://docs.gitlab.com/ee/ci/services/README.html for examples.
|
||||||
@ -73,7 +74,7 @@ phpstan_tests:
|
|||||||
script:
|
script:
|
||||||
- bin/phpstan
|
- bin/phpstan
|
||||||
cache:
|
cache:
|
||||||
./.cache
|
- .cache/
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 30 min
|
expire_in: 30 min
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user