🔧 Change the path to the cache directories in the custom runner

This commit is contained in:
David Barragán Merino 2026-05-19 20:51:37 +02:00
parent f3053fc844
commit d574ec4ed2

View File

@ -27,8 +27,8 @@ jobs:
container: container:
image: penpotapp/devenv:latest image: penpotapp/devenv:latest
volumes: volumes:
- /tmp/.m2:/root/.m2 - /var/cache/github-runner/m2:/root/.m2
- /tmp/.gitlibs:/root/.gitlibs - /var/cache/github-runner/gitlib:/root/.gitlibs
steps: steps:
- name: Checkout repository - name: Checkout repository
@ -91,8 +91,8 @@ jobs:
container: container:
image: penpotapp/devenv:latest image: penpotapp/devenv:latest
volumes: volumes:
- /tmp/.m2:/root/.m2 - /var/cache/github-runner/m2:/root/.m2
- /tmp/.gitlibs:/root/.gitlibs - /var/cache/github-runner/gitlib:/root/.gitlibs
steps: steps:
- name: Checkout repository - name: Checkout repository
@ -110,8 +110,8 @@ jobs:
container: container:
image: penpotapp/devenv:latest image: penpotapp/devenv:latest
volumes: volumes:
- /tmp/.m2:/root/.m2 - /var/cache/github-runner/m2:/root/.m2
- /tmp/.gitlibs:/root/.gitlibs - /var/cache/github-runner/gitlib:/root/.gitlibs
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
@ -165,8 +165,8 @@ jobs:
container: container:
image: penpotapp/devenv:latest image: penpotapp/devenv:latest
volumes: volumes:
- /tmp/.m2:/root/.m2 - /var/cache/github-runner/m2:/root/.m2
- /tmp/.gitlibs:/root/.gitlibs - /var/cache/github-runner/gitlib:/root/.gitlibs
steps: steps:
- name: Checkout repository - name: Checkout repository
@ -191,8 +191,8 @@ jobs:
container: container:
image: penpotapp/devenv:latest image: penpotapp/devenv:latest
volumes: volumes:
- /tmp/.m2:/root/.m2 - /var/cache/github-runner/m2:/root/.m2
- /tmp/.gitlibs:/root/.gitlibs - /var/cache/github-runner/gitlib:/root/.gitlibs
steps: steps:
- name: Checkout repository - name: Checkout repository
@ -220,8 +220,8 @@ jobs:
container: container:
image: penpotapp/devenv:latest image: penpotapp/devenv:latest
volumes: volumes:
- /tmp/.m2:/root/.m2 - /var/cache/github-runner/m2:/root/.m2
- /tmp/.gitlibs:/root/.gitlibs - /var/cache/github-runner/gitlib:/root/.gitlibs
services: services:
postgres: postgres:
@ -264,8 +264,8 @@ jobs:
container: container:
image: penpotapp/devenv:latest image: penpotapp/devenv:latest
volumes: volumes:
- /tmp/.m2:/root/.m2 - /var/cache/github-runner/m2:/root/.m2
- /tmp/.gitlibs:/root/.gitlibs - /var/cache/github-runner/gitlib:/root/.gitlibs
steps: steps:
- name: Checkout repository - name: Checkout repository
@ -283,8 +283,8 @@ jobs:
container: container:
image: penpotapp/devenv:latest image: penpotapp/devenv:latest
volumes: volumes:
- /tmp/.m2:/root/.m2 - /var/cache/github-runner/m2:/root/.m2
- /tmp/.gitlibs:/root/.gitlibs - /var/cache/github-runner/gitlib:/root/.gitlibs
steps: steps:
- name: Checkout repository - name: Checkout repository
@ -308,8 +308,8 @@ jobs:
container: container:
image: penpotapp/devenv:latest image: penpotapp/devenv:latest
volumes: volumes:
- /tmp/.m2:/root/.m2 - /var/cache/github-runner/m2:/root/.m2
- /tmp/.gitlibs:/root/.gitlibs - /var/cache/github-runner/gitlib:/root/.gitlibs
needs: build-integration needs: build-integration
@ -344,8 +344,8 @@ jobs:
container: container:
image: penpotapp/devenv:latest image: penpotapp/devenv:latest
volumes: volumes:
- /tmp/.m2:/root/.m2 - /var/cache/github-runner/m2:/root/.m2
- /tmp/.gitlibs:/root/.gitlibs - /var/cache/github-runner/gitlib:/root/.gitlibs
needs: build-integration needs: build-integration
@ -380,8 +380,8 @@ jobs:
container: container:
image: penpotapp/devenv:latest image: penpotapp/devenv:latest
volumes: volumes:
- /tmp/.m2:/root/.m2 - /var/cache/github-runner/m2:/root/.m2
- /tmp/.gitlibs:/root/.gitlibs - /var/cache/github-runner/gitlib:/root/.gitlibs
needs: build-integration needs: build-integration