Skip to content

Commit

Permalink
gitlab: drop $CI_PROJECT_DIR from cache path
Browse files Browse the repository at this point in the history
The gitlab cache is limited to only handle content within the
$CI_PROJECT_DIR hierarchy, and as such relative paths are always
implicitly relative to $CI_PROJECT_DIR.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230801130403.164060-5-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
  • Loading branch information
berrange authored and huth committed Aug 3, 2023
1 parent 46aedd3 commit 5ef56e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.d/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
cache:
key: "${CI_JOB_NAME}-cache"
paths:
- ${CI_PROJECT_DIR}/msys64/var/cache
- msys64/var/cache
needs: []
stage: build
timeout: 80m
Expand Down

0 comments on commit 5ef56e3

Please sign in to comment.