remove cache volume mounts
This commit is contained in:
parent
eee1a2c7f5
commit
536f0a695f
1 changed files with 74 additions and 98 deletions
|
|
@ -39,8 +39,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")'
|
||||
|
|
|
|||
Loading…
Reference in a new issue