Skip to content

Commit 719245a

Browse files
committed
lint: remove unused aws s3 env var
1 parent cfe87c8 commit 719245a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/dashboard.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ tar_project <- Sys.getenv("TAR_PROJECT", "covid_hosp_explore")
22
external_scores_path <- Sys.getenv("EXTERNAL_SCORES_PATH", "")
33
debug_mode <- as.logical(Sys.getenv("DEBUG_MODE", TRUE))
44
use_shiny <- as.logical(Sys.getenv("USE_SHINY", FALSE))
5-
use_aws_s3_only <- as.logical(Sys.getenv("USE_AWS_S3_ONLY", FALSE))
65
aws_s3_prefix <- Sys.getenv("AWS_S3_PREFIX", "exploration")
76
aws_s3_prefix <- paste0(aws_s3_prefix, "/", tar_project)
87
suppressPackageStartupMessages({

0 commit comments

Comments
 (0)