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