From e6ebd066e79308215bd6f2fadfc8840f50735814 Mon Sep 17 00:00:00 2001 From: pat-s Date: Mon, 30 Dec 2024 14:44:59 +0100 Subject: [PATCH] remove unwanted volume mount --- .woodpecker/update-package-index-redhat-9-amd64.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.woodpecker/update-package-index-redhat-9-amd64.yaml b/.woodpecker/update-package-index-redhat-9-amd64.yaml index 06c7924..c242f00 100644 --- a/.woodpecker/update-package-index-redhat-9-amd64.yaml +++ b/.woodpecker/update-package-index-redhat-9-amd64.yaml @@ -30,8 +30,6 @@ steps: # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs - volumes: - - amd64-binaries-r-dep-cache-redhat-9:/mnt/cache commands: - git clone https://pat-s:$$GIT_RO_TOKEN@git.devxy.io/devxy/build-binaries.git . - rm -rf /mnt/cache/packages/*