From fb83fc8d466a6b141de983f26e91afa6f9eb5398 Mon Sep 17 00:00:00 2001 From: Sinan Ta Date: Thu, 18 Jan 2024 16:55:16 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06bd47b..f8b7331 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ deploy: - ls -al `pwd`/.gradle - du -sh `pwd`/.gradle/* | sort -h - mv /tmp/.gradleBuildCache/ .gradleBuildCache/ || true - - rm .gradle/caches/modules-2/gc.properties .gradle/caches/modules-2/modules-2.lock + # - rm .gradle/caches/modules-2/gc.properties .gradle/caches/modules-2/modules-2.lock - docker volume ls - docker ps - docker image ls