fix(pipeline): Remove toolcache

This commit is contained in:
2025-11-20 09:06:41 +01:00
parent 4bb2f818a4
commit af63ee7061
3 changed files with 4 additions and 9 deletions

View File

@@ -20,8 +20,6 @@ on:
jobs: jobs:
frontend: frontend:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
RUNNER_TOOL_CACHE: /toolcache
defaults: defaults:
run: run:
working-directory: ./legalconsenthub working-directory: ./legalconsenthub
@@ -118,9 +116,6 @@ jobs:
backend: backend:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
RUNNER_TOOL_CACHE: /toolcache
GRADLE_USER_HOME: ${{ gitea.workspace }}/.gradle
defaults: defaults:
run: run:
@@ -140,8 +135,8 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: | path: |
${{ gitea.workspace }}/.gradle/caches ~/.gradle/caches
${{ gitea.workspace }}/.gradle/wrapper ~/.gradle/wrapper
legalconsenthub-backend/.gradle legalconsenthub-backend/.gradle
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: | restore-keys: |

View File

@@ -2,4 +2,4 @@
## Pipeline Triggering ## Pipeline Triggering
Trigger count: 11 Trigger count: 12

View File

@@ -2,4 +2,4 @@
## Pipeline Triggering ## Pipeline Triggering
Trigger count: 11 Trigger count: 12