Skip to content

Commit

Permalink
Merge pull request #489 from ebmdatalab/evansd/quiet-ncso-alerts
Browse files Browse the repository at this point in the history
Add `--quiet` flag to NCSO alerts command
  • Loading branch information
evansd committed Apr 30, 2024
2 parents f3c32fc + 562beb9 commit ddec2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebmbot/job_configs.py
Expand Up @@ -104,7 +104,7 @@
"report_stdout": True,
},
"ncso_send_alerts": {
"run_args_template": "fab --hide=running,stdout,status call_management_command:send_ncso_concessions_alerts,production",
"run_args_template": "fab --hide=running,stdout,status call_management_command:send_ncso_concessions_alerts,production,--quiet",
"report_stdout": True,
},
"import_measure_definition": {
Expand Down

0 comments on commit ddec2d4

Please sign in to comment.