r-latest
This commit is contained in:
parent
6b4acc1acd
commit
2c00a55f5b
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ steps:
|
|||
image: alpine:3.20
|
||||
commands:
|
||||
- apk add -q --no-cache curl
|
||||
# - curl -s https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/r/r.rb | grep -o 'R-[0-9]*\.[0-9]*\.[0-9]*' | tr -d 'R-' | tr -d '"' > r-release-version.txt
|
||||
- echo "3.6.3" > r-release-version.txt
|
||||
- curl -s https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/r/r.rb | grep -o 'R-[0-9]*\.[0-9]*\.[0-9]*' | tr -d 'R-' | tr -d '"' > r-release-version.txt
|
||||
# - echo "3.6.3" > r-release-version.txt
|
||||
- cat r-release-version.txt
|
||||
backend_options:
|
||||
kubernetes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue