This commit is contained in:
Patrick Schratz 2024-12-08 12:41:33 +01:00
commit 42d6bea044
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -45,7 +45,7 @@ steps:
from_secret: aws_secret_access_key
PGPASS:
from_secret: pgpass
GIT_RO_TOEN:
GIT_RO_TOKEN:
from_secret: git_ro_token
GITHUB_PAT:
from_secret: github_pat
@ -66,7 +66,7 @@ steps:
- arm64-binaries-r-dep-cache-redhat-9:/mnt/cache
commands:
- git clone https://pat-s:$$GIT_RO_TOKEN@git.devxy.io/devxy/r-pkg-binaries.git .
- rm -rf /mnt/cache/R-pkgs/00LOCK-r-pkg-binaries /mnt/cache/R-pkgs/00LOCK-bincraftR /mnt/cache/R-pkgs/00LOCK-RPostgres
- rm -rf /mnt/cache/R-pkgs/00LOCK-r-pkg-binaries /mnt/cache/R-pkgs/00LOCK-bincraftR /mnt/cache/R-pkgs/00LOCK-pak /mnt/cache/pkgcache/R/pkgcache /mnt/cache/pkgcache/R/pkgcache /mnt/cache/R-pkgs/pkgcache /mnt/cache/R-pkgs/00LOCK-pak/mnt/cache/R-pkgs/00LOCK-RPostgres
- R -q -e 'pak::pak("git::https://gitlab.com/devxy/r-package-binaries/bincraftr.git")'
- R -q -e 'packageVersion("bincraftR")'
- mkdir -p /mnt/cache/pkgcache /mnt/cache/R-pkgs /mnt/cache/ccache /mnt/cache/packages