docs(ci): correct R_VERSION header annotation to full patch
Header comments described R_VERSION as (4.5) but the new multi-R-version images only ship full-patch paths (/opt/R/4.5.3/bin/R), so the minor-form annotation is misleading. The example pipeline-create lines below the annotation already use 4.5.3 correctly.
This commit is contained in:
parent
6403ad602f
commit
5e50f2a6a0
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# ARCH (amd64)
|
||||
# OS (alpine)
|
||||
# OS_VERSION (3.22)
|
||||
# R_VERSION (4.5)
|
||||
# R_VERSION (4.5.3)
|
||||
# crow pipeline create --var ARCH=arm64 --var OS=alpine --var OS_VERSION=3.23 --var R_VERSION=4.5.3 --var task=build-all-arm64 --branch=main --log-level=info 5
|
||||
# crow pipeline create --var ARCH=arm64 --var OS=redhat --var OS_VERSION=10 --var R_VERSION=4.5.3 --var task=build-all-arm64 --branch=main --log-level=info 5
|
||||
# crow pipeline create --var ARCH=amd64 --var OS=redhat --var OS_VERSION=10 --var R_VERSION=4.5.3 --var task=build-all-amd64 --branch=main --log-level=info 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue