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:
parent
672891c1d4
commit
9d25beb854
@ -61,7 +61,8 @@ package:
|
||||
cache:
|
||||
key: "$CI_COMMIT_REF_NAME"
|
||||
policy: push
|
||||
paths: .m2/repository
|
||||
paths:
|
||||
- .m2/repository
|
||||
artifacts:
|
||||
paths:
|
||||
- target/*.jar
|
||||
|
Loading…
Reference in New Issue
Block a user