Skip to content

Commit b5e1ef9

Browse files
authored
Merge pull request #549 from plone/gitlab-caches
Fix the GitLab CI cache for pip.
2 parents 428b03c + 717f0aa commit b5e1ef9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Changelog
44
6.2.6 (unreleased)
55
------------------
66

7+
- Fix the GitLab CI cache for pip.
8+
[thet]
9+
710
- mockup_pattern: Fix .prettierignore file to not exclude files within the /resources directory.
811
[thet]
912

bobtemplates/plone/addon/.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ image: python:3.7-buster
66
# Change pip's cache directory to be inside the project directory since we can
77
# only cache local items.
88
variables:
9-
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache"
9+
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
1010

1111
# Pip's cache doesn't store the python packages
1212
# https://pip.pypa.io/en/stable/reference/pip_install/#caching

0 commit comments

Comments
 (0)