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:
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: |

View File

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

View File

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