fixing values, finally :D
All checks were successful
Mindforge Cronjob Build and Deploy / Build Mindforge Cronjob Image (push) Successful in 37s
Mindforge Cronjob Build and Deploy / Deploy Mindforge Cronjob (internal) (push) Successful in 48s

This commit is contained in:
2026-03-13 22:41:09 -03:00
parent 8c82c06030
commit 9ac593edfc
2 changed files with 2 additions and 2 deletions

View File

@@ -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)
} }

View File

@@ -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: