Ignore missing repos
This commit is contained in:
parent
ae139c5f93
commit
9deb7cf35c
2 changed files with 5 additions and 1 deletions
|
|
@ -27,7 +27,9 @@ statuses = {
|
||||||
(1, "./scripts/unread_mail.py"),
|
(1, "./scripts/unread_mail.py"),
|
||||||
],
|
],
|
||||||
# 300: [],
|
# 300: [],
|
||||||
3600: [(5, "./scripts/get_publicip.py"), (6, "./scripts/get_weather.py")],
|
3600: [
|
||||||
|
(5, "./scripts/get_publicip.py"), # (6, "./scripts/get_weather.py")
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -42,3 +42,5 @@ tasks:
|
||||||
desc: Repo Info
|
desc: Repo Info
|
||||||
spec:
|
spec:
|
||||||
output: table
|
output: table
|
||||||
|
parallel: true
|
||||||
|
ignore_non_existing: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue