From f9b068a07e1432337aea21c0f3342f891c73cdaa Mon Sep 17 00:00:00 2001 From: Philip Makedonski <makedonski@cs.uni-goettingen.de> Date: Thu, 22 Feb 2024 19:55:00 +0100 Subject: [PATCH] * keep caches * TODO: introduce a variable for manual triggering without the need to commit and roll-back --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e58ea2ee..7b75863a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -152,9 +152,9 @@ build-job: # This job runs in the build stage, which runs first. # - apt-cache gencaches # - apt install -y zip unzip # - zip --help - - echo "Cleaning caches" - - rm -rf $CI_PROJECT_DIR/.m2/* - - rm -rf ~/.m2/* + # - echo "Cleaning caches" + # - rm -rf $CI_PROJECT_DIR/.m2/* + # - rm -rf ~/.m2/* # - ls $CI_PROJECT_DIR/.m2/repository - echo "Compiling the code..." - top -b -n 1 -e m -- GitLab