Skip to content

Commit c05cfe0

Browse files
Updated the course tasks with the new format.
1 parent 8970718 commit c05cfe0

File tree

1 file changed

+28
-6
lines changed

1 file changed

+28
-6
lines changed

course.json

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,32 @@
66
"path": "https://github.com/eriq-augustine/cse-cracks-course.git",
77
"reference": "autograder-deploy"
88
},
9-
"course-update": [{"when": [{"every": {"hours": 4}}]}],
10-
"backup": [{
11-
"when": [
12-
{"daily": "04:00"}
13-
]
14-
}]
9+
"tasks": [
10+
{
11+
"type": "update",
12+
"when": {
13+
"every": {
14+
"hours": 4
15+
}
16+
}
17+
},
18+
{
19+
"type": "report",
20+
"when": {
21+
"daily": "4:00"
22+
},
23+
"options": {
24+
"to": [
25+
"owner",
26+
"admin"
27+
]
28+
}
29+
},
30+
{
31+
"type": "backup",
32+
"when": {
33+
"daily": "3:00"
34+
}
35+
}
36+
]
1537
}

0 commit comments

Comments
 (0)