Merge pull request #2163 from jberry-suse/gocd-origin-manager-timer-fix
gocd: *.Origin.Manager.Update: shift timer to account for seconds.
This commit is contained in:
commit
b9c7635cfc
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user