fixing values, finally :D
This commit is contained in:
@@ -34,7 +34,7 @@ func main() {
|
||||
log.Println("ERROR: Failed to fetch contents:", error)
|
||||
}
|
||||
|
||||
modifications, error = gitService.GetModifications(1)
|
||||
modifications, error = gitService.GetModifications(7)
|
||||
if error != nil {
|
||||
log.Println("ERROR: Failed to get modifications:", error)
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ metadata:
|
||||
name: mindforge-cronjob
|
||||
namespace: mindforge
|
||||
spec:
|
||||
schedule: "0 9 * * *"
|
||||
schedule: "0 9 * * 6"
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
|
||||
Reference in New Issue
Block a user