From 405bf92626927f07d3f1060c79348024ad846dc5 Mon Sep 17 00:00:00 2001 From: "Andreas Penski (init)" Date: Tue, 4 Jun 2019 09:34:57 +0200 Subject: [PATCH] (chore) configure cache --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1b744a..adabc90 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,9 +3,6 @@ image: maven:latest variables: MAVEN_CLI_OPTS: " --batch-mode -Dmaven.repo.local=/cache/repository -Dfile.encoding=UTF-8" -cache: - paths: - - /cache/repository build-java-latest: stage: build