fix: pass NULL to set_codename() which requires an explicit argument
All checks were successful
ci/crow/cron/process-updates-ubuntu-2204-arm64 Pipeline was successful
All checks were successful
ci/crow/cron/process-updates-ubuntu-2204-arm64 Pipeline was successful
This commit is contained in:
parent
92084e51ed
commit
87d3f54b21
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ arch = Sys.getenv("ARCH")
|
|||
# target: alpine-322, ubuntu-2404, redhat-9, etc.
|
||||
platform = paste(Sys.getenv("OS"), gsub("[.]", "", Sys.getenv("OS_VERSION")), sep = "-")
|
||||
# Use bincraft's codename detection for S3 paths (e.g. "rhel10" not "redhat10")
|
||||
codename = bincraft::set_codename()
|
||||
codename = bincraft::set_codename(NULL)
|
||||
|
||||
con <- DBI::dbConnect(
|
||||
RPostgres::Postgres(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue