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:
|
||||
- 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.
|
||||
@ -73,7 +74,7 @@ phpstan_tests:
|
||||
script:
|
||||
- bin/phpstan
|
||||
cache:
|
||||
./.cache
|
||||
- .cache/
|
||||
artifacts:
|
||||
expire_in: 30 min
|
||||
paths:
|
||||
|
Loading…
x
Reference in New Issue
Block a user