Skip to content
Snippets Groups Projects
Commit 9639cbc8 authored by Lukas Eipert's avatar Lukas Eipert Committed by Lukas Eipert
Browse files

Update asset cache key in order to ensure fresh cashes

parent dd2a40be
No related branches found
No related tags found
1 merge request!86003Update supported browser versions
......@@ -79,7 +79,7 @@
policy: push # We want to rebuild the cache from scratch to ensure stale dependencies are cleaned up.
.assets-cache: &assets-cache
key: "assets-debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}-node-${NODE_ENV}"
key: "assets-debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}-node-${NODE_ENV}-v2"
paths:
- assets-hash.txt
- public/assets/webpack/
......
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