Skip to content
Snippets Groups Projects
Commit 3e45e620 authored by Tibo's avatar Tibo
Browse files

Cache

parent 3cbb322e
No related branches found
No related tags found
No related merge requests found
Pipeline #1556 failed
## Cache composer packages between all jobs and all branches
## of this project...
cache:
key: one-key-to-rull-them-all
paths:
- composer-cache/
# https://hub.docker.com/_/php/
image: php:7.2
......@@ -17,7 +25,7 @@ before_script:
- docker-php-ext-enable mongodb
# Install all project dependencies
- cd web
- php ../composer.phar install
- COMPOSER_CACHE_DIR=../composer-cache php ../composer.phar install
# setup Laravel
- cp env.test .env
- touch storage/app/db.sqlite
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment