Skip to content

Commit

Permalink
MO: fix linting
Browse files Browse the repository at this point in the history
NewAgeAirbender authored Dec 19, 2023
1 parent f11626a commit 58a2e58
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tasks/mo.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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
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

0 comments on commit 58a2e58

Please sign in to comment.