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

Merge branch 'feature/cache-vendor-per-project' into 'master'

Cache vendor per project

See merge request wpdesk/gitlab-ci!78
parents ce4b25cf 68e8ae26
Branches
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