Commit 033a82ee authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: wrong cache scope

parent ba9f73c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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