$ for env vars

This commit is contained in:
Patrick Schratz 2024-07-24 18:22:49 +02:00
commit 64485c0109
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -24,7 +24,7 @@ steps:
commands:
# - echo $TERM
# download latest package version (avoid having to rebuild image every time)
- git config credential.helper '!f() { sleep 1; echo "username=${GIT_USER}"; echo "password=${GIT_RO_TOKEN}"; }; f'
- git config credential.helper '!f() { sleep 1; echo "username=$${GIT_USER}"; echo "password=$${GIT_RO_TOKEN}"; }; f'
- git clone https://git.devxy.io/devxy/arm64-r-binaries.git && cd arm64-r-binaries
- R CMD INSTALL .
- R -q -e 'cli::cli_sitrep()'