$ for env vars
This commit is contained in:
parent
f851b38106
commit
64485c0109
1 changed files with 1 additions and 1 deletions
|
|
@ -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()'
|
||||
|
|
|
|||
Loading…
Reference in a new issue