From 55bcb8b34d6f7a19a98ae0260b27cbff8af805ed Mon Sep 17 00:00:00 2001 From: Jimmy Berry Date: Tue, 20 Aug 2019 07:47:45 -0500 Subject: [PATCH] gocd: *.Origin.Manager.Update: shift timer to account for seconds. --- gocd/checkers.opensuse.gocd.yaml | 2 +- gocd/checkers.suse.gocd.yaml | 2 +- gocd/checkers.suse.gocd.yaml.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gocd/checkers.opensuse.gocd.yaml b/gocd/checkers.opensuse.gocd.yaml index ce552bbb..750549c9 100644 --- a/gocd/checkers.opensuse.gocd.yaml +++ b/gocd/checkers.opensuse.gocd.yaml @@ -256,7 +256,7 @@ pipelines: script: git: https://github.com/openSUSE/openSUSE-release-tools.git timer: - spec: 0 7 * ? * * + spec: 0 0 7 ? * * only_on_changes: false stages: - Run: diff --git a/gocd/checkers.suse.gocd.yaml b/gocd/checkers.suse.gocd.yaml index 835d8995..8937e27e 100644 --- a/gocd/checkers.suse.gocd.yaml +++ b/gocd/checkers.suse.gocd.yaml @@ -95,7 +95,7 @@ pipelines: script: git: https://github.com/openSUSE/openSUSE-release-tools.git timer: - spec: 0 7 * ? * * + spec: 0 0 7 ? * * only_on_changes: false stages: - Run: diff --git a/gocd/checkers.suse.gocd.yaml.erb b/gocd/checkers.suse.gocd.yaml.erb index 89911ab2..485c7897 100644 --- a/gocd/checkers.suse.gocd.yaml.erb +++ b/gocd/checkers.suse.gocd.yaml.erb @@ -95,7 +95,7 @@ pipelines: script: git: https://github.com/openSUSE/openSUSE-release-tools.git timer: - spec: 0 7 * ? * * + spec: 0 0 7 ? * * only_on_changes: false stages: - Run: