We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8970718 commit c05cfe0Copy full SHA for c05cfe0
course.json
@@ -6,10 +6,32 @@
6
"path": "https://github.com/eriq-augustine/cse-cracks-course.git",
7
"reference": "autograder-deploy"
8
},
9
- "course-update": [{"when": [{"every": {"hours": 4}}]}],
10
- "backup": [{
11
- "when": [
12
- {"daily": "04:00"}
13
- ]
14
- }]
+ "tasks": [
+ {
+ "type": "update",
+ "when": {
+ "every": {
+ "hours": 4
15
+ }
16
17
+ },
18
19
+ "type": "report",
20
21
+ "daily": "4:00"
22
23
+ "options": {
24
+ "to": [
25
+ "owner",
26
+ "admin"
27
+ ]
28
29
30
31
+ "type": "backup",
32
33
+ "daily": "3:00"
34
35
36
37
}
0 commit comments