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