Merge branch 'remove-redundant-docker-deploy' into 'master'
fix: Speed up CI builds with more caches See merge request mythic-insight/legendary!40
This commit is contained in:
commit
f6195fa271
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ cache:
|
||||||
paths:
|
paths:
|
||||||
- _build/
|
- _build/
|
||||||
- deps/
|
- deps/
|
||||||
|
- node_modules/
|
||||||
|
- apps/app/assets/node_modules/
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
POSTGRES_PASSWORD: "postgres"
|
POSTGRES_PASSWORD: "postgres"
|
||||||
|
|
Loading…
Reference in a new issue