normal run again
This commit is contained in:
parent
b4ff36dfa8
commit
f47835fb8d
1 changed files with 17 additions and 13 deletions
|
|
@ -93,6 +93,7 @@ build_binary_package <- function(package_name, tag = NULL, codename = NULL,
|
|||
p()
|
||||
dump <- build_single_tag(x, y, dir_out_bin, local_clone_dir, platform = platform, debug = debug)
|
||||
store_build_metadata(x, y, platform, error_occurred = FALSE, force = force)
|
||||
cli::cli_alert_success("Successfully built package {.pkg {x}} with tag {.field {y}}.")
|
||||
|
||||
con <- DBI::dbConnect(RPostgres::Postgres(),
|
||||
dbname = "build_metadata", host = "postgres-arm-binaries-r.devxy.io",
|
||||
|
|
@ -122,6 +123,7 @@ build_binary_package <- function(package_name, tag = NULL, codename = NULL,
|
|||
{
|
||||
p()
|
||||
dump <- upload_single_binary_to_s3(package_name = x, tag = y, force = force, build_for_minor = build_for_minor, debug = debug)
|
||||
cli::cli_alert_success("Successfully uploaded package {.pkg {x}} with tag {.field {y}}.")
|
||||
},
|
||||
error = function(e) {
|
||||
message(sprintf("Error in uploading package %s with tag %s: %s", x, y, e))
|
||||
|
|
|
|||
Loading…
Reference in a new issue