add cache for node modules and composer

This commit is contained in:
Jonas Leder 2021-05-20 08:56:01 +02:00
parent 75ef593072
commit 6cf5eb89d9

View file

@ -1,3 +1,9 @@
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
- public/API/vendor/
docker-build-master:
# Official docker image.
image: docker:latest