ohdearapp / gitlab-ci-pipeline-for-laravel

A Gitlab CI/CD pipeline optimized for use with Laravel applications
https://ohdear.app
331 stars 108 forks source link

About caches and artifacts #1

Closed ReDev1L closed 5 years ago

ReDev1L commented 5 years ago

If you want caches to persist between concurrent jobs, on multiple server, you need to use remote S3 cache handler. https://docs.gitlab.com/runner/configuration/autoscale.html#distributed-runners-caching Artifacts are not for persisting cache between jobs.

mattiasgeniar commented 5 years ago

Hi @ReDev1L ,

Thanks for the heads-up! We have no desire yet to use that, but I'm very open to Pull Requests to make this more clear or add functionality.

Mattias