[tor-commits] [manual/translations] add more directories to cache, remove unnecessary trailing slash

emmapeel at torproject.org emmapeel at torproject.org
Fri Apr 23 16:15:03 UTC 2021


commit 7bcc5a45d18617f86f7932ceb12590927b8fa110
Author: emma peel <emma.peel at riseup.net>
Date:   Fri Apr 23 16:14:51 2021 +0000

    add more directories to cache, remove unnecessary trailing slash
---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4684d74..2b10162 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,8 @@ cache:
   key: ${CI_COMMIT_REF_SLUG}
   paths:
     - .cache/pip
-    - venv/
+    - packages
+    - venv
     - i18n
     - lego
 



More information about the tor-commits mailing list