remove cache volume mounts

This commit is contained in:
Patrick Schratz 2025-02-15 19:34:30 +01:00
commit 536f0a695f
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -59,8 +59,8 @@ steps:
ARCH: arm64
NCPUS: 2
STRATEGY: sequential
volumes:
- arm64-binaries-r-dep-cache-alpine-321:/mnt/cache
# volumes:
# - arm64-binaries-r-dep-cache-alpine-321:/mnt/cache
commands:
- git clone -q https://pat-s:$$GIT_RO_TOKEN@git.devxy.io/devxy/build-binaries.git .
- R -q -e 'packageVersion("bincraftR")'