build 4.4.0
This commit is contained in:
parent
89d4f57fce
commit
7ea93fb3ae
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,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
|
||||
# - 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 "4.4.0" > r-release-version.txt
|
||||
- cat r-release-version.txt
|
||||
|
||||
- name: Check if files for R version already exist in s3
|
||||
|
|
|
|||
Loading…
Reference in a new issue