debug
This commit is contained in:
parent
80a8db1ebb
commit
165e88a660
1 changed files with 21 additions and 8 deletions
|
|
@ -19,8 +19,8 @@ upload_single_binary_to_s3 <- function(
|
|||
remote_bin_path <- set_bin_path(r_minor_version, build_for_minor, local_build_root = bucket, codename)
|
||||
|
||||
if (debug) {
|
||||
cli::cli_alert_danger("DEBUG: dir_out_bin: {dir_out_bin}, codename: {codename}")
|
||||
cli::cli_alert_danger("DEBUG: Body: {sprintf('%s/%s', dir_out_bin, tarball_name)}")
|
||||
cli::cli_alert_danger("DEBUG: local_bin_path: {local_bin_path}")
|
||||
cli::cli_alert_danger("DEBUG: remote_bin_path: {remote_bin_path}")
|
||||
}
|
||||
|
||||
s3fs::s3_file_system(
|
||||
|
|
|
|||
Loading…
Reference in a new issue