Commit 95e0d03d authored by Michael Kriese's avatar Michael Kriese
Browse files

fix: wrong cache path

fixes #59
parent 41460936
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ default:
  cache:
    key: ${CI_COMMIT_REF_SLUG}-renovate
    paths:
      - renovate/cache/renovate/repository/**/*.json
      - renovate/cache/renovate/repository/

renovate:
  stage: deploy