cypress_test/Makefile.am | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 9afe83e30602d4d09c198849b3ba1d5ea2ebb4af
Author: Tamás Zolnai <[email protected]>
AuthorDate: Thu Jul 2 15:45:49 2020 +0200
Commit: Tamás Zolnai <[email protected]>
CommitDate: Fri Jul 3 14:30:22 2020 +0200
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 <[email protected]>
Reviewed-by: Tamás Zolnai <[email protected]>
diff --git a/cypress_test/Makefile.am b/cypress_test/Makefile.am
index ea32b1a32..2ea3461db 100644
--- a/cypress_test/Makefile.am
+++ b/cypress_test/Makefile.am
@@ -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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits