Skip to content

Commit

Permalink
MO: Bring Back Scrape for Test
Browse files Browse the repository at this point in the history
  • Loading branch information
NewAgeAirbender authored Dec 19, 2023
1 parent e1c0f7e commit f11626a
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions tasks/mo.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# Commenting out MO-scrape & MO-events as they need to be rewritten
# and MO is out of session
#MO-scrape:
# image: openstates/scrapers
# entrypoint: "poetry run os-update mo bills"
# enabled: true
# environment: scrapers
# triggers:
## - cron: 0 */6 * * ?
# - cron: 40 6 * * ?
# timeout_minutes: 360
# next_tasks:
# - MO-text
MO-scrape:
image: openstates/scrapers
entrypoint: "poetry run os-update mo bills"
enabled: true
environment: scrapers
triggers:
# - cron: 0 */6 * * ?
- cron: 40 6 * * ?
timeout_minutes: 360
next_tasks:
- MO-text

MO-text:
image: openstates/core
Expand Down

0 comments on commit f11626a

Please sign in to comment.