From af63ee70612889ac7cbf6bccacc5a3c8993106f8 Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Thu, 20 Nov 2025 09:06:41 +0100 Subject: [PATCH] fix(pipeline): Remove toolcache --- .gitea/workflows/pipeline.yaml | 9 ++------- legalconsenthub-backend/README.md | 2 +- legalconsenthub/README.md | 2 +- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index bf38b47..b797d34 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -20,8 +20,6 @@ on: jobs: frontend: runs-on: ubuntu-latest - env: - RUNNER_TOOL_CACHE: /toolcache defaults: run: working-directory: ./legalconsenthub @@ -118,9 +116,6 @@ jobs: backend: runs-on: ubuntu-latest - env: - RUNNER_TOOL_CACHE: /toolcache - GRADLE_USER_HOME: ${{ gitea.workspace }}/.gradle defaults: run: @@ -140,8 +135,8 @@ jobs: uses: actions/cache@v4 with: path: | - ${{ gitea.workspace }}/.gradle/caches - ${{ gitea.workspace }}/.gradle/wrapper + ~/.gradle/caches + ~/.gradle/wrapper legalconsenthub-backend/.gradle key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} restore-keys: | diff --git a/legalconsenthub-backend/README.md b/legalconsenthub-backend/README.md index 2f799db..a048f2e 100644 --- a/legalconsenthub-backend/README.md +++ b/legalconsenthub-backend/README.md @@ -2,4 +2,4 @@ ## Pipeline Triggering -Trigger count: 11 +Trigger count: 12 diff --git a/legalconsenthub/README.md b/legalconsenthub/README.md index 8bdcd42..fc0df9d 100644 --- a/legalconsenthub/README.md +++ b/legalconsenthub/README.md @@ -2,4 +2,4 @@ ## Pipeline Triggering -Trigger count: 11 +Trigger count: 12