We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 428b03c + 717f0aa commit b5e1ef9Copy full SHA for b5e1ef9
CHANGES.rst
@@ -4,6 +4,9 @@ Changelog
4
6.2.6 (unreleased)
5
------------------
6
7
+- Fix the GitLab CI cache for pip.
8
+ [thet]
9
+
10
- mockup_pattern: Fix .prettierignore file to not exclude files within the /resources directory.
11
[thet]
12
bobtemplates/plone/addon/.gitlab-ci.yml
@@ -6,7 +6,7 @@ image: python:3.7-buster
# Change pip's cache directory to be inside the project directory since we can
# only cache local items.
variables:
- PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache"
+ PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
# Pip's cache doesn't store the python packages
# https://pip.pypa.io/en/stable/reference/pip_install/#caching
0 commit comments