add cache for node modules and composer
This commit is contained in:
parent
75ef593072
commit
6cf5eb89d9
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
cache:
|
||||||
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
|
paths:
|
||||||
|
- node_modules/
|
||||||
|
- public/API/vendor/
|
||||||
|
|
||||||
docker-build-master:
|
docker-build-master:
|
||||||
# Official docker image.
|
# Official docker image.
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
|
|
Loading…
Reference in a new issue