commit f3c11454a208fd2e74e7c8c9f9e97813cf135f7a Author: emma peel emma.peel@riseup.net Date: Fri Apr 23 16:20:56 2021 +0000
make cache more specific to avoid problems with other lektors --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b10162..686c6c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: python:3.9-slim-buster
cache: - key: ${CI_COMMIT_REF_SLUG} + key: $CI_PROJECT_PATH_SLUG.${CI_COMMIT_REF_SLUG} paths: - .cache/pip - packages
tor-commits@lists.torproject.org