4.3.0 + suse
This commit is contained in:
parent
4a9c9ea248
commit
de65bdda43
1 changed files with 3 additions and 3 deletions
|
|
@ -11,8 +11,8 @@ matrix:
|
||||||
PLATFORM_ID: 2204
|
PLATFORM_ID: 2204
|
||||||
- PLATFORM: ubuntu-2404
|
- PLATFORM: ubuntu-2404
|
||||||
PLATFORM_ID: 2404
|
PLATFORM_ID: 2404
|
||||||
# - PLATFORM: opensuse-155
|
- PLATFORM: opensuse-155
|
||||||
# PLATFORM_ID: suse155
|
PLATFORM_ID: suse155
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Ensures that we're always using the latest available upstream build chain
|
# Ensures that we're always using the latest available upstream build chain
|
||||||
|
|
@ -33,7 +33,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- apk add -q --no-cache curl
|
- 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.3.1" > r-release-version.txt
|
- echo "4.3.0" > r-release-version.txt
|
||||||
- cat r-release-version.txt
|
- cat r-release-version.txt
|
||||||
backend_options:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue