Skip to content

Commit

Permalink
Tweak status messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed May 13, 2020
1 parent 390ba91 commit 603662e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/cloud.R
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ cloud_fetch_results <- function(job_id = cloud_job(), pkg = ".") {

dir.create(out_dir, showWarnings = FALSE, recursive = TRUE)

cli_alert_info("Downloading from AWS")
cli_alert_info("Syncing with S3")
processx::run("aws", c("s3", "sync", aws_url, out_dir))

cli_alert_info("Extracting results")
Expand Down Expand Up @@ -385,6 +385,8 @@ cloud_report <- function(job_id = cloud_job(), pkg = ".", file = "", all = FALSE
results <- cloud_results(job_id, pkg)
}

cli_alert_info("Generating reports")

message("Writing summary to 'revdep/README.md'")
cloud_report_summary(file = file.path(root, "README.md"), all = all, results = results, pkg = pkg)

Expand Down

0 comments on commit 603662e

Please sign in to comment.