Updated gitlab ci to fix issue with jobs📦cache:paths that should be an array

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2020-11-07 12:15:40 +01:00
parent 672891c1d4
commit 9d25beb854

View File

@ -61,7 +61,8 @@ package:
cache: cache:
key: "$CI_COMMIT_REF_NAME" key: "$CI_COMMIT_REF_NAME"
policy: push policy: push
paths: .m2/repository paths:
- .m2/repository
artifacts: artifacts:
paths: paths:
- target/*.jar - target/*.jar