ci: fix empty section
This commit is contained in:
parent
375bf9ce4b
commit
cdf2333660
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ steps:
|
||||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
# 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_PKG_CACHE_DIR: /mnt/cache/pkgcache
|
||||||
R_LIBS_USER: /mnt/cache/R-pkgs
|
R_LIBS_USER: /mnt/cache/R-pkgs
|
||||||
volumes:
|
# volumes:
|
||||||
# - amd64-binaries-r-dep-cache-ubuntu-2404:/mnt/cache
|
# - amd64-binaries-r-dep-cache-ubuntu-2404:/mnt/cache
|
||||||
commands:
|
commands:
|
||||||
- git clone -q https://pat-s:$$GIT_RO_TOKEN@git.devxy.io/devxy/build-binaries.git .
|
- git clone -q https://pat-s:$$GIT_RO_TOKEN@git.devxy.io/devxy/build-binaries.git .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue