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:
Stephan Kulow 2019-08-20 14:54:04 +02:00 committed by GitHub
commit b9c7635cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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