Update .gitlab-ci.yml: public/ needs caching, not static/
This commit is contained in:
parent
e7cab26ded
commit
f89300888e
|
@ -6,7 +6,7 @@ stages:
|
|||
cache:
|
||||
paths:
|
||||
- ~/.cache/pip/
|
||||
- static/
|
||||
- public/
|
||||
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
|
|
Loading…
Reference in a new issue