Skip to content

Commit 6ae4d2d

Browse files
authored
Merge pull request #1920 from cmu-delphi/nwss-stage
Prepare nwss for staging
2 parents cf7fbba + b2c67f2 commit 6ae4d2d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- TODO: #527 Get this list automatically from python-ci.yml at runtime.
1111
*/
1212

13-
def indicator_list = ["backfill_corrections", "changehc", "claims_hosp", "google_symptoms", "hhs_hosp", "nchs_mortality", "quidel_covidtest", "sir_complainsalot", "doctor_visits"]
13+
def indicator_list = ["backfill_corrections", "changehc", "claims_hosp", "google_symptoms", "hhs_hosp", "nchs_mortality", "quidel_covidtest", "sir_complainsalot", "doctor_visits", "nwss_wastewater"]
1414
def build_package_main = [:]
1515
def build_package_prod = [:]
1616
def deploy_staging = [:]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"common": {
3+
"export_dir": "./receiving",
4+
"log_filename": "./nwss_wastewater.log",
5+
"log_exceptions": false
6+
},
7+
"indicator": {
8+
"wip_signal": true,
9+
"export_start_date": "2020-02-01",
10+
"static_file_dir": "./static",
11+
"token": ""
12+
}
13+
}

0 commit comments

Comments
 (0)