Cédric Krier pushed to branch branch/default at Tryton / Tryton


Commits:
0ec4f959 by Cédric Krier at 2022-12-27T12:52:53+01:00
Cache only http folder of pip

The wheels folder is filled with the Tryton packages that come from the
repository. So they can not be cached as they are related to the repository
revision.
- - - - -


1 changed file:

- .gitlab-scripts/gitlab-ci.yml


Changes:

=====================================
.gitlab-scripts/gitlab-ci.yml
=====================================
@@ -99,7 +99,7 @@
     PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
   cache:
     paths:
-      - .cache/pip
+      - .cache/pip/http
   before_script:
     - pip install tox
   script:



View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/0ec4f9595cbceb45adab4491f1048f4224761a11

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/0ec4f9595cbceb45adab4491f1048f4224761a11
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to