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

fix(cache): fix cache path

parent 167cddd3
No related branches found
No related tags found
No related merge requests found
...@@ -459,7 +459,7 @@ stages: ...@@ -459,7 +459,7 @@ stages:
cache: cache:
key: "$CI_COMMIT_REF_SLUG-maven" key: "$CI_COMMIT_REF_SLUG-maven"
paths: paths:
- ${MAVEN_CFG_DIR}/repository - "${MAVEN_PROJECT_DIR}/${MAVEN_CFG_DIR}/repository"
mvn-build: mvn-build:
extends: .mvn-base extends: .mvn-base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment