From 7feeac301201a740720e55d6a9c45b2870f9bf27 Mon Sep 17 00:00:00 2001 From: Sinan Ta Date: Thu, 18 Jan 2024 14:04:01 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12f0326..1679e75 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,4 @@ deploy: key: gradle-build-cache paths: - .gradleBuildCache/ - - .gradle/ - - .tmp/.gradle/ - # - .tmp/hello-world.txt #cache test \ No newline at end of file + - .gradle/ \ No newline at end of file