cypress: don't clear cypress cache by make check.

It's a global cache. Calling make clean on one branch
can break the build on a different because the
shared cache is removed.

Change-Id: Id03fb6b6fd69e899276abc93c3d907538576d8bd
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97841
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
This commit is contained in:
Tamás Zolnai 2020-07-02 15:45:49 +02:00
parent 51a8dd5354
commit 9afe83e306

View file

@ -279,7 +279,6 @@ $(NPM_INSTALLED): package.json eslint_plugin/index.js eslint_plugin/package.json
endif
clean-local:
$(CYPRESS_BINARY) cache clear || true
rm -rf node_modules
rm -rf workdir
rm -rf cypress