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