Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
gitlab-ci
Commits
02ae2778
Commit
02ae2778
authored
5 years ago
by
Grzegorz Rola
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature/cache-vendor-per-project' into 'master'
Cache vendor per project See merge request wpdesk/gitlab-ci!78
parents
ce4b25cf
68e8ae26
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
gitlab-ci-1.2.yml
+2
-2
2 additions, 2 deletions
gitlab-ci-1.2.yml
with
2 additions
and
2 deletions
gitlab-ci-1.2.yml
+
2
−
2
View file @
02ae2778
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment