Skip to content
Snippets Groups Projects
Commit 033a82ee authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: wrong cache scope

parent ba9f73c5
No related branches found
No related tags found
No related merge requests found
......@@ -388,7 +388,7 @@ stages:
- *helm-scripts
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
cache:
key: "$CI_BUILD_REF_NAME"
key: "$CI_COMMIT_REF_SLUG-helm"
paths:
- .cache
- .config
......
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