Skip to content
Snippets Groups Projects
Commit 68e8ae26 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Cache vendor per project

parent ce4b25cf
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ stages:
.template: &job-test-template
cache:
key: ${CI_PROJECT_NAME}-${CI_COMMIT_SHORT_SHA}-vendor
key: ${CI_PROJECT_NAME}-vendor
paths:
- vendor/
stage: tests
......@@ -388,7 +388,7 @@ library:
.template: &job-codeception-test
image: wpdesknet/wordpresscli:21
cache:
key: ${CI_PROJECT_NAME}-${CI_COMMIT_SHORT_SHA}-vendor
key: ${CI_PROJECT_NAME}-vendor
paths:
- vendor/
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment