Skip to content
Snippets Groups Projects
Commit 27661fa6 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'rm-public-cache' into 'master'

Remove public/ directory from being cached

Closes gitlab-org/gitlab-ce#31278

See merge request !6081
parents cb429cba 92ddabee
No related branches found
No related tags found
1 merge request!6081Remove public/ directory from being cached
Pipeline #
Loading
Loading
@@ -7,9 +7,8 @@ before_script:
- bundle install --jobs 4 --path vendor
 
cache:
key: "website"
key: "web"
paths:
- public
- vendor
 
stages:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment